aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/Makefile')
-rw-r--r--doc/asciidoc/Makefile20
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/asciidoc/Makefile b/doc/asciidoc/Makefile
index 666d437..0e084e8 100644
--- a/doc/asciidoc/Makefile
+++ b/doc/asciidoc/Makefile
@@ -2,10 +2,24 @@
2# create manpages from the asciidoc files 2# create manpages from the asciidoc files
3# 3#
4 4
5SRC1 = fluxbox.txt fluxbox-remote.txt fbrun.txt fbsetbg.txt fbsetroot.txt startfluxbox.txt 5SRC1 = \
6SRC5 = fluxbox-keys.txt fluxbox-apps.txt fluxbox-style.txt fluxbox-menu.txt 6 fbrun.txt \
7 fbsetbg.txt \
8 fbsetroot.txt \
9 fluxbox-remote.txt \
10 fluxbox.txt \
11 startfluxbox.txt
12
13SRC5 = \
14 fluxbox-apps.txt \
15 fluxbox-keys.txt \
16 fluxbox-menu.txt \
17 fluxbox-style.txt
18
19MAN = \
20 $(SRC1:.txt=.1) \
21 $(SRC5:.txt=.5)
7 22
8MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5)
9MANdotIN = $(addsuffix .in,$(MAN)) 23MANdotIN = $(addsuffix .in,$(MAN))
10DISTFILES = $(addprefix ../,$(MANdotIN)) 24DISTFILES = $(addprefix ../,$(MANdotIN))
11 25