summaryrefslogtreecommitdiff
path: root/app/xprop/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-08-28 13:16:52 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-08-28 13:16:52 +0000
commit5cc9e7e09e9c5e349b2edca5f8d4a856c92e493e (patch)
tree92de78532e027ab2e4d75a80269f6e8789862497 /app/xprop/Makefile.am
parent71eb4812b00dd0d98a05887a21df58717941fc76 (diff)
Update to xprop 1.2.1
Diffstat (limited to 'app/xprop/Makefile.am')
-rw-r--r--app/xprop/Makefile.am17
1 files changed, 1 insertions, 16 deletions
diff --git a/app/xprop/Makefile.am b/app/xprop/Makefile.am
index 18575d2bc..f2b3b883d 100644
--- a/app/xprop/Makefile.am
+++ b/app/xprop/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 = xprop
AM_CFLAGS = $(CWARNFLAGS) $(XPROP_CFLAGS)
@@ -31,17 +32,7 @@ xprop_SOURCES = \
clientwin.h \
xprop.c
-appman_PRE = \
- xprop.man
-
-
-appmandir = $(APP_MAN_DIR)
-
-appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-
-EXTRA_DIST = $(appman_PRE)
MAINTAINERCLEANFILES = ChangeLog INSTALL
-CLEANFILES = $(appman_DATA)
.PHONY: ChangeLog INSTALL
@@ -53,12 +44,6 @@ ChangeLog:
dist-hook: ChangeLog INSTALL
-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) < $< > $@
-
if LINT
ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)