]> git.sur5r.net Git - i3/i3/blob - man/Makefile
Makefile: Use POSIX-compliant method to delete multiple files (for-loop)
[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