X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2FMakefile;h=d6e670c9de1441eddf97d4f033f3d264c6c0603b;hb=4e9925de7300997567d6621c8466d5b62b974021;hp=9d70243df13be1154cb72a2d97bb1f0cae252535;hpb=22bac9fd9a6b3a2bf12aea124c519e2c9f22f855;p=i3%2Fi3 diff --git a/docs/Makefile b/docs/Makefile index 9d70243d..d6e670c9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,26 +1,7 @@ - -all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html refcard.pdf - -hacking-howto.html: hacking-howto - asciidoc -a toc -n $< - -debugging.html: debugging - asciidoc -n $< - -userguide.html: userguide - 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