Add docs/debugging

This commit is contained in:
Michael Stapelberg
2009-04-28 21:10:20 +02:00
parent 556910515a
commit 67d985ab8a
2 changed files with 130 additions and 1 deletions

View File

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