summaryrefslogtreecommitdiff
path: root/app/viewres/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-01-14 21:45:34 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-01-14 21:45:34 +0000
commit5b73cadf69cbf4078a4e9ef170fc80e3dec56ef0 (patch)
tree9be160249f7ebdb52a1cab329c2c0c653017ad3a /app/viewres/Makefile.am
parent2675c04bbaa79b98f720f0da95a68eb950196730 (diff)
update to viewres 1.0.4
Diffstat (limited to 'app/viewres/Makefile.am')
-rw-r--r--app/viewres/Makefile.am17
1 files changed, 1 insertions, 16 deletions
diff --git a/app/viewres/Makefile.am b/app/viewres/Makefile.am
index 1691e3b0d..ad435daab 100644
--- a/app/viewres/Makefile.am
+++ b/app/viewres/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 = viewres
AM_CFLAGS = $(VIEWRES_CFLAGS) $(CWARNFLAGS)
@@ -27,9 +28,6 @@ viewres_LDADD = $(VIEWRES_LIBS)
viewres_SOURCES = \
viewres.c
-appman_PRE = \
- viewres.man
-
# App default files
DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
@@ -39,20 +37,7 @@ dist_appdefault_DATA = \
app-defaults/Viewres \
app-defaults/Viewres-color
-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