diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:37 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:37 +0000 |
commit | 31a2c7a834076f86bb801de6f7c6ff2a454e3db3 (patch) | |
tree | 0a91f4e0905628e7d4d88075a9df14df385565c2 /Makefile.am | |
parent | de9318f27ce26c5362d71a970738db261277a630 (diff) | |
download | iceauth-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.am | 2 |
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@) |