add docs/tree-migrating

This commit is contained in:
Michael Stapelberg
2011-01-29 15:10:51 +01:00
parent b99bae6e4a
commit 1c0e4cae1d
2 changed files with 197 additions and 1 deletions

View File

@ -1,5 +1,5 @@
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html tree-migrating.html
hacking-howto.html: hacking-howto
asciidoc -a toc -n $<
@ -10,6 +10,10 @@ debugging.html: debugging
userguide.html: userguide
asciidoc -a toc -n $<
tree-migrating.html: tree-migrating
asciidoc -a toc -n $<
ipc.html: ipc
asciidoc -a toc -n $<