From aecb6b44ec50eb29377e903218f21b780d1eec51 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 24 Jan 2012 08:31:50 +0100 Subject: Added xauth-1.0.6 --- apps/xauth/man/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/xauth/man/Makefile.am (limited to 'apps/xauth/man/Makefile.am') diff --git a/apps/xauth/man/Makefile.am b/apps/xauth/man/Makefile.am new file mode 100644 index 000000000..8958872e8 --- /dev/null +++ b/apps/xauth/man/Makefile.am @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = xauth.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