all repos — fluxbox @ d287e7048b2345606fdf59c188b99a93e6787b30

custom fork of the fluxbox windowmanager

create section 5 manpages as well
Mathias Gumz akira at fluxbox dot org
commit

d287e7048b2345606fdf59c188b99a93e6787b30

parent

62ff9d7029b0a9393c880d3ebab015dec6b12588

1 files changed, 6 insertions(+), 2 deletions(-)

jump to
M doc/asciidoc/Makefiledoc/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 $< +