Add documentation for the IPC interface

This commit is contained in:
Michael Stapelberg
2010-03-12 03:05:42 +01:00
parent 9ed5e00107
commit 520f4d15d2
2 changed files with 770 additions and 1 deletions

View 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