diff options
author | marha <marha@users.sourceforge.net> | 2013-01-16 08:44:43 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-16 08:44:43 +0100 |
commit | 811d1bcf6d61ea49551abdd7f2294c5af2776913 (patch) | |
tree | 747deda19146d7f09710c3f1d877a619796a1a94 /apps/xcalc/man/Makefile.am | |
parent | a085470365dc3a356c5e36167189ef0e450e23b0 (diff) | |
download | vcxsrv-811d1bcf6d61ea49551abdd7f2294c5af2776913.tar.gz vcxsrv-811d1bcf6d61ea49551abdd7f2294c5af2776913.tar.bz2 vcxsrv-811d1bcf6d61ea49551abdd7f2294c5af2776913.zip |
Switched to xcalc-1.0.5
Diffstat (limited to 'apps/xcalc/man/Makefile.am')
-rw-r--r-- | apps/xcalc/man/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/xcalc/man/Makefile.am b/apps/xcalc/man/Makefile.am new file mode 100644 index 000000000..865f959c9 --- /dev/null +++ b/apps/xcalc/man/Makefile.am @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = xcalc.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) < $< > $@ |