diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:36 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:36 +0000 |
commit | 7ff29b4374c214a0c58a3acd2a180b90a31dfe52 (patch) | |
tree | b8aa7852c5fa4f7a7e79a6c4ed9b74b721d7cb4d | |
parent | 820c5e99361d1b6a5656c9853419d1c8ae7db787 (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 e0a58d4..45c37c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ appman_SOURCES = \ fstobdf.man -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |