]> git.sur5r.net Git - i3/i3/blob - man/Makefile
151b9abc19487d9587469522e0fbdbec192a5284
[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 clean:
6         for file in "i3 i3-msg i3-input"; \
7         do \
8                 rm -f $${file}.1 $${file}.html $${file}.xml; \
9         done