From 206af895a90d5582a8078c86a33a0ba5888b7e27 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 15 Aug 2010 10:41:17 -0400 Subject: man: list files to install only once Newer versions of autoconf detect that error. Signed-off-by: Gaetan Nadon --- man/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.1