docs/debugging: cover development version, add debugging-release-version

This commit is contained in:
Michael Stapelberg
2012-02-12 11:17:03 +00:00
parent 51728bab77
commit c3125b4424
3 changed files with 189 additions and 81 deletions

View 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 $<