gri3-wm/man/Makefile

7 lines
261 B
Makefile
Raw Normal View History

2009-02-15 18:51:19 +01:00
all:
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
clean:
2009-11-09 21:28:15 +01:00
rm -f i3.{1,html,xml} i3-msg.{1,html,xml} i3-input.{1,html,xml}