diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:42 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:42 +0000 |
commit | 5dfb2831c12bfbeff3f8f54f27f4d8f0e35c3134 (patch) | |
tree | 3964062372429d6122603630c809ce67e4f8e8e6 | |
parent | ac983da50c30042cd3c408b8fb6125d20009b274 (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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e4d34f0..80d0238 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) tile Bugs \ CLEANFILES = $(APPDEFAULTFILES) -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |