6 lines
191 B
Makefile
6 lines
191 B
Makefile
all:
|
|
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
|
|
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-msg.man
|
|
clean:
|
|
rm -f i3.xml i3.1 i3.html i3-msg.1 i3-msg.html i3-msg.xml
|