diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:04:10 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:04:10 +0000 |
commit | 8b156b75c37fb642d6c680cc9fb5361fb0a8ff74 (patch) | |
tree | e3ff7c5b27c45fe3753436afdb69767a7bd6a726 /man | |
parent | 8ad5ff0aa74eabc5b4dca2e0422d36713415b1b1 (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 a16ec06..27106a2 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 |