summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:00:24 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:00:24 +0000
commit0f756745a930e995fb529ffe34cd7f7d36c68d4a (patch)
tree05efb7835793b9e78ebb414a21b58a546dbcd480
parent9bd896db001a270770506c25232435ddeb7a7f22 (diff)
downloadxorg-util-makedepend-0f756745a930e995fb529ffe34cd7f7d36c68d4a.tar.gz
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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a3ef8f..71d25e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ makedepend_CPPFLAGS = -DOBJSUFFIX=\".${OBJEXT}\" -DINCLUDEDIR=\"/usr/include\"
EXTRA_DIST = autogen.sh makedepend.man
# Man page
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_SOURCES = makedepend.man
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)