summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-06 22:48:22 +0000
committerKevin E Martin <kem@kem.org>2005-12-06 22:48:22 +0000
commitb158f550fce661d67604f4a23d33a9f3b7bc22a1 (patch)
tree19e310a054d21c4921e2f1841eb0c60ff64be57f
parentf1370c50b199c3c8b2760ebf0228d741855390d7 (diff)
downloadxorg-app-xkbcomp-MODULAR_COPY.tar.gz
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f10146..e8463cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * 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/Makefile.am b/Makefile.am
index 97af3e0..3e63535 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ xkbcomp_SOURCES = \
xkbpath.h \
xkbscan.c
-appman_SOURCES = \
+appman_PRE = \
xkbcomp.man
BUILT_SOURCES = xkbparse.c
@@ -70,9 +70,9 @@ EXTRA_DIST = \
appmandir = $(APP_MAN_DIR)
-appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)
+appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-EXTRA_DIST += $(appman_SOURCES)
+EXTRA_DIST += $(appman_PRE)
CLEANFILES = $(appman_DATA)
SED = sed