diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:41 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:41 +0000 |
commit | 03f1097ac09995ec729af3d90ff16dc96f687ad5 (patch) | |
tree | a8fd11e1d54a39f21f85a92c86249538e67ca78c | |
parent | 4d7dee81100f1b4aad88df1821ca76170747c6cd (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-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b0f4eb3..e72fc1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,7 @@ EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) CLEANFILES = $(APPDEFAULTFILES) -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |