diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:41 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:41 +0000 |
commit | 83a772ee412acc4cea221e1eb416dfb641f074ed (patch) | |
tree | c60dfe5e439bd86f9c9a39d5f11b19f1a53cca4f /Makefile.am | |
parent | 08e9327b251c7bebf85befe0c927ed82183ac874 (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 88dbdc0..7244abd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -203,7 +203,7 @@ EXTRA_DIST = \ lisp/test/stream.lsp \ lisp/test/widgets.lsp -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |