summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-06 22:48:51 +0000
committerKevin E Martin <kem@kem.org>2005-12-06 22:48:51 +0000
commit4a39354e14c3c360046b04ea0d4825832b05df05 (patch)
tree33aef81cdfccf55b7ee76017ea7cc695ab74e1ed /hw/dmx
parent84faf8dc9747bc4f1db5ebc2f23e17cf1460e2e9 (diff)
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/Makefile.am6
-rw-r--r--hw/dmx/config/Makefile.am6
2 files changed, 6 insertions, 6 deletions
diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am
index 23263f6fb..7cb852154 100644
--- a/hw/dmx/Makefile.am
+++ b/hw/dmx/Makefile.am
@@ -87,8 +87,8 @@ Xdmx_CFLAGS = @SERVER_DEFINES@ \
# Man page
appmandir = $(APP_MAN_DIR)
-appman_SOURCES = Xdmx.man
-appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)
+appman_PRE = Xdmx.man
+appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
CLEANFILES = $(appman_DATA)
@@ -105,4 +105,4 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
sed $(MAN_SUBSTS) < $< > $@
-EXTRA_DIST = $(appman_SOURCES)
+EXTRA_DIST = $(appman_PRE)
diff --git a/hw/dmx/config/Makefile.am b/hw/dmx/config/Makefile.am
index 568a4f4ae..e2ea56efc 100644
--- a/hw/dmx/config/Makefile.am
+++ b/hw/dmx/config/Makefile.am
@@ -50,8 +50,8 @@ dmxtodmx_LDADD = -L. -ldmxconfig
appmandir = $(APP_MAN_DIR)
-appman_SOURCES = xdmxconfig.man vdltodmx.man dmxtodmx.man
-appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)
+appman_PRE = xdmxconfig.man vdltodmx.man dmxtodmx.man
+appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
CLEANFILES = $(appman_DATA)
@@ -67,7 +67,7 @@ MAN_SUBSTS = -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|'
sed $(MAN_SUBSTS) < $< > $@
EXTRA_DIST = \
- $(appman_SOURCES) \
+ $(appman_PRE) \
test-a.in test-a.out \
test-b.in test-b.out \
test-c.in test-c.out \