]> git.sur5r.net Git - i3/i3/blob - docs/Makefile
Add docs/debugging
[i3/i3] / docs / Makefile
1
2 all: hacking-howto.html debugging.html
3
4 hacking-howto.html: hacking-howto
5         asciidoc -n $<
6
7 debugging.html: debugging
8         asciidoc -n $<
9
10
11 clean:
12         rm -f */*.{aux,log,toc,bm,pdf,dvi}
13         rm -f *.log *.html