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
commit021e9ec8d71ea9de9fa14743792e7528e0417daf (patch)
tree6889cce444c3eb8a87d79313ffad06a4bf3288c7
parent88f5deb277ffdf8253463eb0470f49306ac036de (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 b24924b..ae19a62 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ sessreg_SOURCES = \
appman_SOURCES = sessreg.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)