summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:37 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:37 +0000
commit81dae965851ef760b2b5d598543a73d51c04d2c9 (patch)
treeb026717f40222235c56eadb8de4ad878a3e6a73d
parente6fd95a4f25850b6add6b4b2890f9b5f257ccc09 (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 aae1d75..c14656f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ appman_SOURCES = \
EXTRA_DIST = printer.note
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)