summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:41 +0000
committerSung-Jin Park <sj76.park@samsung.com>2013-09-02 23:32:29 -0400
commit9e48da3aa436de474ebbe487aca5aa56488509fb (patch)
tree1dfdf5505a6839477f0646a264f1cf3d69b60705
parentac79f0c8d35035e12eae61c37451c7ad562a3f92 (diff)
downloadxev-9e48da3aa436de474ebbe487aca5aa56488509fb.tar.gz
xev-9e48da3aa436de474ebbe487aca5aa56488509fb.tar.bz2
xev-9e48da3aa436de474ebbe487aca5aa56488509fb.zip
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)
Change-Id: I86210a8b48c746d86ccdfcf72ff8b94e797f7058
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0ed677d..80a6563 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ appman_SOURCES = \
xev.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)