X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2FMakefile;h=d6e670c9de1441eddf97d4f033f3d264c6c0603b;hb=4e9925de7300997567d6621c8466d5b62b974021;hp=90abed28aff3a4f11c4f8318205d54b1ec1f8757;hpb=8c18121a117fad0ad174d64a54b2c02f99e7790a;p=i3%2Fi3 diff --git a/docs/Makefile b/docs/Makefile index 90abed28..d6e670c9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,30 +1,7 @@ - -all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html tree-migrating.html refcard.pdf - -hacking-howto.html: hacking-howto - asciidoc -a toc -n $< - -debugging.html: debugging - asciidoc -n $< - -userguide.html: userguide - asciidoc -a toc -n $< - -tree-migrating.html: tree-migrating - asciidoc -a toc -n $< - - -ipc.html: ipc - asciidoc -a toc -n $< - -multi-monitor.html: multi-monitor - asciidoc -a toc -n $< - -wsbar.html: wsbar - asciidoc -a toc -n $< - -refcard.pdf: refcard.tex - pdflatex refcard.tex && pdflatex refcard.tex +all: + $(MAKE) -C .. docs clean: - find . -regex ".*\.\(aux\|out\|log\|toc\|bm\|pdf\|dvi\|log\|html\)" -exec rm '{}' \; + $(MAKE) -C .. clean-docs + +.PHONY: all clean