Add documentation for external workspace bars

This commit is contained in:
Michael Stapelberg
2010-05-27 20:21:17 +02:00
parent 9bd6bbd70d
commit 78dc8fc36e
4 changed files with 98 additions and 1 deletions

View File

@ -1,5 +1,5 @@
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html
hacking-howto.html: hacking-howto
asciidoc -a toc -n $<
@ -16,6 +16,9 @@ ipc.html: ipc
multi-monitor.html: multi-monitor
asciidoc -a toc -n $<
wsbar.html: wsbar
asciidoc -a toc -n $<
clean:
rm -f */*.{aux,log,toc,bm,pdf,dvi}
rm -f *.log *.html