X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2FMakefile;h=d6e670c9de1441eddf97d4f033f3d264c6c0603b;hb=6d94231f745bfa9c85c8cec8bf862cdfcc8a07d7;hp=79e5019a616546a784a7768983e24d0f418b8516;hpb=086d1563cb521c3d6e93899af5fdfe35d45103bb;p=i3%2Fi3 diff --git a/docs/Makefile b/docs/Makefile index 79e5019a..d6e670c9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,24 +1,7 @@ - -all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html - -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 $< +all: + $(MAKE) -C .. docs clean: - rm -f */*.{aux,log,toc,bm,pdf,dvi} - rm -f *.log *.html + $(MAKE) -C .. clean-docs + +.PHONY: all clean