diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:05:09 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:05:09 +0000 |
commit | 51a721a6dbb42702347aad3115147e4922fc1a25 (patch) | |
tree | ff3bfbd696fb4ac895916152145d42c81eee8730 /Xprint/doc | |
parent | 381931b15b15d0a2ec384b0c22864412c44f9c6e (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 'Xprint/doc')
-rw-r--r-- | Xprint/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xprint/doc/Makefile.am b/Xprint/doc/Makefile.am index 348d3aec6..e26d0ee98 100644 --- a/Xprint/doc/Makefile.am +++ b/Xprint/doc/Makefile.am @@ -1,6 +1,6 @@ MAN_SRCS = Xprt.man.pre -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_SOURCES = Xprt.man appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |