]> git.sur5r.net Git - i3/i3/blobdiff - docs/Makefile
rename config.h to configuration.h
[i3/i3] / docs / Makefile
index 276cc7ca7039e34708c6a56d624ff6ab8d62e090..d6e670c9de1441eddf97d4f033f3d264c6c0603b 100644 (file)
@@ -1,4 +1,7 @@
-hacking-howto.html: hacking-howto
-       asciidoc -n $<
+all:
+       $(MAKE) -C .. docs
 
-all: hacking-howto.html
+clean:
+       $(MAKE) -C .. clean-docs
+
+.PHONY: all clean