diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:03:05 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:03:05 +0000 |
commit | a290a2dd0022398dd70acf965bc0d9a590a71a40 (patch) | |
tree | 880ea959e29a279308b2731ba169379b431cc750 | |
parent | 59ac6be6490072bd562d5f4447f01a5a080cf5f9 (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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index f32a448..fba2cd8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,4 +1,4 @@ -libmandir = $(mandir)/man$(LIB_MAN_SUFFIX) +libmandir = $(LIB_MAN_DIR) libman_SOURCES = \ DBE.man \ |