diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-31 13:54:40 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-31 13:54:40 +0000 |
commit | 2776d4ac11816bdd25085204a0e09043f8155e78 (patch) | |
tree | e5bd344269c8710f660e63f1fe5096c04340f57d /app/xdpyinfo/man/Makefile.am | |
parent | 3fc75a8fac14d2c00b6eda459a656337f6ffd12d (diff) |
Update to xdpyinfo 1.3.0
Diffstat (limited to 'app/xdpyinfo/man/Makefile.am')
-rw-r--r-- | app/xdpyinfo/man/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/xdpyinfo/man/Makefile.am b/app/xdpyinfo/man/Makefile.am new file mode 100644 index 000000000..f08c6db41 --- /dev/null +++ b/app/xdpyinfo/man/Makefile.am @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = xdpyinfo.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) < $< > $@ |