diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-08-28 13:15:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-08-28 13:15:53 +0000 |
commit | 71eb4812b00dd0d98a05887a21df58717941fc76 (patch) | |
tree | 43f697e092a3a5b599869d91f40976ca3e3526b0 /app/xman/Makefile.am | |
parent | e03da26e2f5829d91468bd99745bf24139cd3e2b (diff) |
Update to xman 1.1.2
Diffstat (limited to 'app/xman/Makefile.am')
-rw-r--r-- | app/xman/Makefile.am | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/app/xman/Makefile.am b/app/xman/Makefile.am index 40ff08c5e..1c6efc8dd 100644 --- a/app/xman/Makefile.am +++ b/app/xman/Makefile.am @@ -19,6 +19,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +SUBDIRS = man bin_PROGRAMS = xman helpdir=@HELPDIR@ @@ -50,9 +51,6 @@ xman_SOURCES = \ vendor.c \ vendor.h -appman_PRE = \ - xman.man - # App default files DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults @@ -61,20 +59,7 @@ appdefaultdir = @appdefaultdir@ dist_appdefault_DATA = app-defaults/Xman -appmandir = $(APP_MAN_DIR) - -appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) - -EXTRA_DIST = $(appman_PRE) MAINTAINERCLEANFILES = ChangeLog INSTALL -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) < $< > $@ - .PHONY: ChangeLog INSTALL |