diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-09 15:16:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-09 15:16:16 +0000 |
commit | 597d725f09b950cabcad2f23d76f6c3747a1f9c9 (patch) | |
tree | ac1c81989cb03588dbd6eff9638481a862553e23 /app/xsetroot/Makefile.am | |
parent | ee684c0fd396543ee5394e349938996be9c6d41b (diff) |
Update to xsetroot 1.1.1
Diffstat (limited to 'app/xsetroot/Makefile.am')
-rw-r--r-- | app/xsetroot/Makefile.am | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/app/xsetroot/Makefile.am b/app/xsetroot/Makefile.am index 480c98121..9889ad3d8 100644 --- a/app/xsetroot/Makefile.am +++ b/app/xsetroot/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 = xsetroot AM_CFLAGS = $(CWARNFLAGS) $(XSETROOT_CFLAGS) @@ -27,18 +28,7 @@ xsetroot_LDADD = $(XSETROOT_LIBS) xsetroot_SOURCES = \ xsetroot.c -appman_PRE = \ - xsetroot.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 @@ -50,12 +40,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) |