From d95b2ad7bc95e4ba2f1af9737935878f1ff7d79a Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 10 Apr 2013 22:50:07 +0200 Subject: Added xrdb app from git sources --- apps/xrdb/man/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/xrdb/man/Makefile.am (limited to 'apps/xrdb/man/Makefile.am') diff --git a/apps/xrdb/man/Makefile.am b/apps/xrdb/man/Makefile.am new file mode 100644 index 000000000..95a4ed588 --- /dev/null +++ b/apps/xrdb/man/Makefile.am @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = xrdb.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