summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:05:09 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:05:09 +0000
commit51a721a6dbb42702347aad3115147e4922fc1a25 (patch)
treeff3bfbd696fb4ac895916152145d42c81eee8730 /hw/dmx
parent381931b15b15d0a2ec384b0c22864412c44f9c6e (diff)
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/Makefile.am2
-rw-r--r--hw/dmx/config/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am
index 970d72c39..c9ac49363 100644
--- a/hw/dmx/Makefile.am
+++ b/hw/dmx/Makefile.am
@@ -85,7 +85,7 @@ Xdmx_CFLAGS = -DHAVE_DMX_CONFIG_H \
@DMXMODULES_CFLAGS@
# Man page
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_SOURCES = Xdmx.man
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)
diff --git a/hw/dmx/config/Makefile.am b/hw/dmx/config/Makefile.am
index c6a80b4e0..8ddd06a66 100644
--- a/hw/dmx/config/Makefile.am
+++ b/hw/dmx/config/Makefile.am
@@ -47,7 +47,7 @@ dmxtodmx_DEPENDENCIES = libdmxconfig.a
dmxtodmx_SOURCES = dmxtodmx.c
dmxtodmx_LDADD = -L. -ldmxconfig
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_SOURCES = xdmxconfig.man vdltodmx.man dmxtodmx.man
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)