]> git.sur5r.net Git - i3/i3/blobdiff - docs/Makefile
rename config.h to configuration.h
[i3/i3] / docs / Makefile
index 90abed28aff3a4f11c4f8318205d54b1ec1f8757..d6e670c9de1441eddf97d4f033f3d264c6c0603b 100644 (file)
@@ -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