diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:04:06 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:04:06 +0000 |
commit | 7bd96934500c6e5d95a47db942717a8f7b355ba4 (patch) | |
tree | dd8588050790d838fb54d592b80860c0a5cca4eb /man | |
parent | f7ed9d21fff320201bffec8d82b687e9a0dd4967 (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 'man')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 6786f2c..7209c44 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -25,7 +25,7 @@ # from the copyright holders. # -drivermandir = $(mandir)/man$(DRIVER_MAN_SUFFIX) +drivermandir = $(DRIVER_MAN_DIR) # driverman_SOURCES = @DRIVER_NAME@.man |