diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:39 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:39 +0000 |
commit | 9a94217191edf8e719ff9d4fbf485b5c33d0bde3 (patch) | |
tree | e0265684499e12028fc8d0a648617daa7ec3aa8c /Makefile.am | |
parent | 95895b619909e2b9f2e144e972b83aee6595d5f3 (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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 90ea1bf..09dbd67 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,7 @@ CLEANFILES = $(bin_SCRIPTS) x11perfcomp EXTRA_DIST = x11pcomp.cpp -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |