i3/man/Makefile

13 lines
404 B
Makefile
Raw Normal View History

2009-02-15 12:51:19 -05:00
all:
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
2009-08-24 06:22:42 -04:00
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-msg.man
2009-11-09 15:28:15 -05:00
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-input.man
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-nagbar.man
pod2man ../i3-wsbar > i3-wsbar.1
clean:
for file in "i3 i3-msg i3-input i3-nagbar"; \
do \
rm -f $${file}.1 $${file}.html $${file}.xml; \
done