summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:38 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:38 +0000
commit5405cadfa20e168d04e8ee62add70f1e308ab5b1 (patch)
treeea48275ec4a2d8d4c06dd8c2d618e48ff4b65c19
parent7c356b595be65c3455412f1e1526ce1ddf250a44 (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)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index baffb2e..8ad818b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ pmconfig: pmconfig.cpp
EXTRA_DIST = pmconfig.cpp
CLEANFILES = pmconfig
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)