create section 5 manpages as well
Mathias Gumz akira at fluxbox dot org
1 files changed,
6 insertions(+),
2 deletions(-)
jump to
M
doc/asciidoc/Makefile
→
doc/asciidoc/Makefile
@@ -2,10 +2,11 @@ #
# create manpages from the asciidoc files # -SRC = fluxbox.txt fluxbox.de.txt fluxbox.es.txt \ +SRC1 = fluxbox.txt fluxbox.de.txt fluxbox.es.txt \ fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt +SRC5 = fluxbox-keys.txt -MAN = $(SRC:.txt=.1) +MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5) all : $(MAN) clean:@@ -17,3 +18,6 @@
%.1 : %.xml xmlto man $< +%.5 : %.xml + xmlto man $< +