]> git.sur5r.net Git - i3/i3/blobdiff - docs/Makefile
docs/debugging: cover development version, add debugging-release-version
[i3/i3] / docs / Makefile
index d1e0768ae4f8a086e174df2c46d783450b0ad611..514e1def8fdf37933734dba32c12634bfeaea90b 100644 (file)
@@ -1,7 +1,7 @@
 # To pass additional parameters for asciidoc
 ASCIIDOC=asciidoc
 
-all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html refcard.pdf testsuite.html
+all: hacking-howto.html debugging.html debugging-release-version.html userguide.html ipc.html multi-monitor.html wsbar.html refcard.pdf testsuite.html
 
 hacking-howto.html: hacking-howto
        $(ASCIIDOC) -a toc -n $<
@@ -9,6 +9,9 @@ hacking-howto.html: hacking-howto
 debugging.html: debugging
        $(ASCIIDOC) -n $<
 
+debugging-release-version.html: debugging-release-version
+       $(ASCIIDOC) -n $<
+
 userguide.html: userguide
        $(ASCIIDOC) -a toc -n $<