i3/docs/Makefile

14 lines
199 B
Makefile
Raw Normal View History

2009-04-28 23:10:20 +04:00
all: hacking-howto.html debugging.html
2009-03-07 19:02:17 +03:00
hacking-howto.html: hacking-howto
asciidoc -n $<
2009-04-28 23:10:20 +04:00
debugging.html: debugging
asciidoc -n $<
clean:
rm -f */*.{aux,log,toc,bm,pdf,dvi}
rm -f *.log *.html