diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:48 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:48 +0000 |
commit | f77c11cead7e6872ec4fcbc42ef2d303be9e5f40 (patch) | |
tree | 218b98531cc89ed1ed21c1c91d4b6143842620d3 | |
parent | 902ea7375a3b1cdb42b3db441da6ad3effd2940a (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 692a887..ad2452f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ xvidtune_SOURCES = \ # Man page -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_SOURCES = xvidtune.man appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |