From b0be6a88c8fecdf15176f642c0799bff99930e0d Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 21 Jan 2011 08:10:52 +0000 Subject: xserver mesa xkbcomp libxcb git update 21 jan 2011 --- xkbcomp/man/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 xkbcomp/man/Makefile.am (limited to 'xkbcomp/man/Makefile.am') diff --git a/xkbcomp/man/Makefile.am b/xkbcomp/man/Makefile.am new file mode 100644 index 000000000..f17336a0f --- /dev/null +++ b/xkbcomp/man/Makefile.am @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = xkbcomp.man +appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) + +EXTRA_DIST = $(appman_PRE) +CLEANFILES = $(appman_DATA) +SUFFIXES = .$(APP_MAN_SUFFIX) .man + +# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure +.man.$(APP_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ -- cgit v1.2.3