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 /hw/xfree86/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 'hw/xfree86/doc')
-rw-r--r-- | hw/xfree86/doc/man/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/doc/man/Makefile.am b/hw/xfree86/doc/man/Makefile.am index 0b7020eb8..d8b2aa73d 100644 --- a/hw/xfree86/doc/man/Makefile.am +++ b/hw/xfree86/doc/man/Makefile.am @@ -1,10 +1,10 @@ # Xserver.man covers options generic to all X servers built in this tree MAN_SRCS = Xorg.man.pre xorg.conf.man.pre -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = Xorg.$(APP_MAN_SUFFIX) -filemandir = $(mandir)/man$(FILE_MAN_SUFFIX) +filemandir = $(FILE_MAN_DIR) fileman_DATA = xorg.conf.$(FILE_MAN_SUFFIX) Xorg.$(APP_MAN_SUFFIX): Xorg.man |