summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:03:05 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:03:05 +0000
commit5401f8a75cdc9ef218acda9a25f440ff136d2543 (patch)
treee9c53b0af2edd9b91b040784e1d1c46d2c08cb1e
parentfcbf0710165e6f87633e5a044229172c81a90341 (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--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 45688e5..c3ca014 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -25,7 +25,7 @@
# from the copyright holders.
#
-libmandir = $(mandir)/man$(LIB_MAN_SUFFIX)
+libmandir = $(LIB_MAN_DIR)
libman_SOURCES = \
XAllowDeviceEvents.man \