i3/docs/Makefile
Michael Stapelberg 67d985ab8a Add docs/debugging
2009-04-28 21:10:20 +02:00

14 lines
199 B
Makefile

all: hacking-howto.html debugging.html
hacking-howto.html: hacking-howto
asciidoc -n $<
debugging.html: debugging
asciidoc -n $<
clean:
rm -f */*.{aux,log,toc,bm,pdf,dvi}
rm -f *.log *.html