9 lines
139 B
Makefile
9 lines
139 B
Makefile
hacking-howto.html: hacking-howto
|
|
asciidoc -n $<
|
|
|
|
all: hacking-howto.html
|
|
|
|
clean:
|
|
rm -f */*.{aux,log,toc,bm,pdf,dvi}
|
|
rm -f *.log *.html
|