From 379b0529eca8cc808c31e21afe041e36ffe82469 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 13 Jan 2011 15:14:52 -0500 Subject: config: move man pages into their own directory Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon --- Makefile.am | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 293527f..8a61eaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ # # +SUBDIRS = man bin_PROGRAMS = xscope AM_CFLAGS = $(CWARNFLAGS) $(XSCOPE_CFLAGS) @@ -69,16 +70,7 @@ xscope_SOURCES = \ wcpscope.h \ x11.h -appman_PRE = \ - xscope.man - -appmandir = $(APP_MAN_DIR) - -appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) - -EXTRA_DIST = $(appman_PRE) autogen.sh MAINTAINERCLEANFILES = ChangeLog INSTALL -CLEANFILES = $(appman_DATA) .PHONY: ChangeLog INSTALL @@ -90,12 +82,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 # Check source code with tools like lint & sparse -- cgit v1.2.1