summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-06 22:48:45 +0000
committerKevin E Martin <kem@kem.org>2005-12-06 22:48:45 +0000
commitdb2fdde2e48e58bfeace9a377a35b269120dcdd9 (patch)
tree7c8f3b2dc915f4e58cb279f4789004bc3768e6dc
parent19c05a5b4bd42d9705333f528482195386c30f0f (diff)
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY
-rw-r--r--ChangeLog5
-rw-r--r--man/Makefile.am6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cd8ab28..cf349ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * man/Makefile.am:
+ Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/man/Makefile.am b/man/Makefile.am
index 6adabef..4135253 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -27,15 +27,15 @@
libmandir = $(LIB_MAN_DIR)
-libman_SOURCES = XF86Misc.man
+libman_PRE = XF86Misc.man
BUILT_SOURCES = shadows.DONE
-EXTRA_DIST = $(libman_SOURCES)
+EXTRA_DIST = $(libman_PRE)
CLEANFILES = $(libman_DATA) $(BUILT_SOURCES)
-libman_DATA = $(libman_SOURCES:man=@LIB_MAN_SUFFIX@) \
+libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \
$(XF86Misc_shadows:=.@LIB_MAN_SUFFIX@)
SED = sed