fluxbox/doc/asciidoc/Makefile

28 lines
484 B
Makefile
Raw Normal View History

2008-08-20 06:06:14 +00:00
#
# create manpages from the asciidoc files
#
SRC1 = fluxbox.txt fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt
SRC5 = fluxbox-keys.txt fluxbox-apps.txt
2008-08-20 06:06:14 +00:00
2008-08-20 18:46:11 +00:00
MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5)
2008-08-20 06:06:14 +00:00
all : $(MAN)
2008-08-20 06:06:14 +00:00
clean:
rm -fv $(MAN)
%.xml : %.txt
asciidoc -b docbook -d manpage -o $@ $<
%.1 : %.xml
xmlto man $<
2008-08-20 18:46:11 +00:00
%.5 : %.xml
xmlto man $<
# Dependencies:
#
# fluxbox-apps(5) and fluxbox-keys(5) both include client-patterns.txt
fluxbox-keys.5 fluxbox-apps.5: client-patterns.txt