summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-15 10:41:17 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-15 10:42:58 -0400
commit206af895a90d5582a8078c86a33a0ba5888b7e27 (patch)
treed6b4bbcb17e95c2539cf724e46a2bc80f89f17b1
parent542ff68e43a33a5c1849f9a88d2d5cc6d0827d04 (diff)
downloadxorg-lib-libXcomposite-206af895a90d5582a8078c86a33a0ba5888b7e27.tar.gz
man: list files to install only once
Newer versions of autoconf detect that error. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--man/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 0a0b7d1..cbed2eb 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -19,8 +19,7 @@ Xcomposite_shadows = \
XCompositeReleaseOverlayWindow
if INSTALL_MANPAGES
-libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \
- $(Xcomposite_shadows:=.@LIB_MAN_SUFFIX@)
+libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
endif
EXTRA_DIST = $(libman_PRE) $(libman_xml)