aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-02-18 01:52:35 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-05-26 20:16:06 (GMT)
commit6beb1f96b25cd4ce23395d6666aa8ea22038817e (patch)
treef7b764e1b7220b75cecb35dece73e31a4b33db6e /doc/Makefile.am
parentbd8275b33cec5b0765b93e8905bfefcdfd994b73 (diff)
downloadfluxbox-6beb1f96b25cd4ce23395d6666aa8ea22038817e.zip
fluxbox-6beb1f96b25cd4ce23395d6666aa8ea22038817e.tar.bz2
Process all asciidoc-generated man pages with sed
This makes things a bit simpler and more generic.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8268fff..2e39d5b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,17 +2,14 @@
2# Makefile.am for fluxbox/doc 2# Makefile.am for fluxbox/doc
3 3
4SUBDIRS = ru 4SUBDIRS = ru
5CLEANFILES = fluxbox.1 fluxbox-style.5 5CLEANFILES = fluxbox.1 fluxbox-apps.5 fluxbox-keys.5 fluxbox-remote.1 fluxbox-style.5
6MAINTAINERCLEANFILES = Makefile.in 6MAINTAINERCLEANFILES = Makefile.in
7man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \ 7man_MANS = fbsetroot.1 fbrun.1 fbsetbg.1 startfluxbox.1 \
8 startfluxbox.1 fluxbox-style.5 fluxbox-keys.5 fluxbox-apps.5 fluxbox-remote.1 8 fluxbox.1 fluxbox-apps.5 fluxbox-keys.5 fluxbox-remote.1 fluxbox-style.5
9EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 fluxbox-keys.5 fluxbox-apps.5 fluxbox-remote.1 startfluxbox.1 fbsetbg.1 \ 9EXTRA_DIST=fbsetroot.1 fbrun.1 fbsetbg.1 startfluxbox.1 CODESTYLE \
10 fluxbox-style.5.in CODESTYLE 10 fluxbox.1.in fluxbox-apps.5.in fluxbox-keys.5.in fluxbox-remote.1.in fluxbox-style.5.in
11distclean-local: 11distclean-local:
12 rm -f *\~ 12 rm -f *\~
13 13
14fluxbox.1: fluxbox.1.in 14%: %.in
15 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxbox.1.in > fluxbox.1 15 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $^ > $@
16
17fluxbox-style.5: fluxbox-style.5.in
18 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxbox-style.5.in > fluxbox-style.5