]> git.sur5r.net Git - i3/i3/blob - man/Makefile
manpages: extract manpage for i3-wsbar using pod2man(1)
[i3/i3] / man / Makefile
1 all:
2         a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
3         a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-msg.man
4         a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-input.man
5         pod2man ../i3-wsbar > i3-wsbar.1
6
7 clean:
8         for file in "i3 i3-msg i3-input"; \
9         do \
10                 rm -f $${file}.1 $${file}.html $${file}.xml; \
11         done