]> git.sur5r.net Git - i3/i3/blobdiff - docs/Makefile
Add stub Makefiles to allow subdir make calls
[i3/i3] / docs / Makefile
index 123f839f2a7682f05da9bf00010a170b4b3f6c62..d6e670c9de1441eddf97d4f033f3d264c6c0603b 100644 (file)
@@ -1,15 +1,7 @@
-
-all: hacking-howto.html debugging.html userguide.html
-
-hacking-howto.html: hacking-howto
-       asciidoc -a toc -n $<
-
-debugging.html: debugging
-       asciidoc -n $<
-
-userguide.html: userguide
-       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