diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-08-15 10:41:17 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-15 10:42:58 -0400 |
commit | 206af895a90d5582a8078c86a33a0ba5888b7e27 (patch) | |
tree | d6b4bbcb17e95c2539cf724e46a2bc80f89f17b1 | |
parent | 542ff68e43a33a5c1849f9a88d2d5cc6d0827d04 (diff) |
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.am | 3 |
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) |