]> git.sur5r.net Git - i3/i3/blobdiff - docs/Makefile
Add documentation for the IPC interface
[i3/i3] / docs / Makefile
index 123f839f2a7682f05da9bf00010a170b4b3f6c62..ffac9ab57231ef0b44c5527d409160e9745b2dec 100644 (file)
@@ -1,5 +1,5 @@
 
-all: hacking-howto.html debugging.html userguide.html
+all: hacking-howto.html debugging.html userguide.html ipc.html
 
 hacking-howto.html: hacking-howto
        asciidoc -a toc -n $<
@@ -10,6 +10,9 @@ debugging.html: debugging
 userguide.html: userguide
        asciidoc -a toc -n $<
 
+ipc.html: ipc
+       asciidoc -a toc -n $<
+
 clean:
        rm -f */*.{aux,log,toc,bm,pdf,dvi}
        rm -f *.log *.html