summaryrefslogtreecommitdiff
path: root/Makefile.am
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
commit31a2c7a834076f86bb801de6f7c6ff2a454e3db3 (patch)
tree0a91f4e0905628e7d4d88075a9df14df385565c2 /Makefile.am
parentde9318f27ce26c5362d71a970738db261277a630 (diff)
downloadiceauth-31a2c7a834076f86bb801de6f7c6ff2a454e3db3.tar.gz
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 4e52c80..b530063 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ appman_SOURCES = \
iceauth.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)