]> git.sur5r.net Git - i3/i3/blobdiff - docs/Makefile
Make get_output_next() work with non-aligned RandR setups (+test) (Thanks Feh, swh...
[i3/i3] / docs / Makefile
index e69aefc56ddb513a1da8bccd077754f548f13026..d6e670c9de1441eddf97d4f033f3d264c6c0603b 100644 (file)
@@ -1,13 +1,7 @@
-
-all: hacking-howto.html debugging.html
-
-hacking-howto.html: hacking-howto
-       asciidoc -a toc -n $<
-
-debugging.html: debugging
-       asciidoc -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