2009-02-15 18:51:19 +01:00
|
|
|
all:
|
2009-03-14 18:55:47 +01:00
|
|
|
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
|
2009-08-24 12:22:42 +02:00
|
|
|
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-msg.man
|
2009-11-09 21:28:15 +01:00
|
|
|
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-input.man
|
2011-07-10 14:33:19 +02:00
|
|
|
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-nagbar.man
|
2011-07-23 21:57:35 +02:00
|
|
|
pod2man ../i3-wsbar > i3-wsbar.1
|
|
|
|
|
2009-03-15 23:15:16 +01:00
|
|
|
clean:
|
2011-07-10 14:33:19 +02:00
|
|
|
for file in "i3 i3-msg i3-input i3-nagbar"; \
|
2009-11-10 14:37:51 +01:00
|
|
|
do \
|
|
|
|
rm -f $${file}.1 $${file}.html $${file}.xml; \
|
|
|
|
done
|