summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:40 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:40 +0000
commitc11f5a3a0f44b6e8cbf0bfcdf9ad874d6e21af04 (patch)
tree2589d4aa3591ee577c0026c840c52e29bcc6f52e /Makefile.am
parentb85ceb853c042a78d7a9b48959ed02d24505b57b (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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c206024..5bb96ee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ appman_SOURCES = \
EXTRA_DIST = datafiles/sample1.dcc datafiles/sample2.dcc
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)