diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:55 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:55 -0500 |
commit | cff32361b4a901a131b23c01f7592779358f4141 (patch) | |
tree | 822f6d448c405334a674c5910d0c286d129063c7 /Makefile.am | |
parent | 77c2eaa749deacd6d4296267c099758d2d5cdba9 (diff) |
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 <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am index ae73650..a9b3d63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +SUBDIRS = man bin_PROGRAMS = beforelight AM_CFLAGS = $(BEFORELIGHT_CFLAGS) $(XAW_CFLAGS) $(CWARNFLAGS) @@ -28,9 +29,6 @@ beforelight_LDADD = $(BEFORELIGHT_LIBS) beforelight_SOURCES = \ b4light.c -appman_PRE = \ - beforelight.man - # App default files DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults @@ -40,20 +38,7 @@ appdefaultdir = @appdefaultdir@ dist_appdefault_DATA = \ app-defaults/Beforelight -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 |