]> git.sur5r.net Git - i3/i3/blob - man/Makefile
cea07ed5ee40b721dc65b29086fb066cc7b4b257
[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         a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-nagbar.man
6 clean:
7         for file in "i3 i3-msg i3-input i3-nagbar"; \
8         do \
9                 rm -f $${file}.1 $${file}.html $${file}.xml; \
10         done