Add manpage for i3-input

This commit is contained in:
Michael Stapelberg
2009-11-09 21:28:15 +01:00
parent bece0e1553
commit f89ca2fce0
2 changed files with 33 additions and 1 deletions

View File

@ -1,5 +1,6 @@
all:
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-msg.man
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-input.man
clean:
rm -f i3.xml i3.1 i3.html i3-msg.1 i3-msg.html i3-msg.xml
rm -f i3.{1,html,xml} i3-msg.{1,html,xml} i3-input.{1,html,xml}