docs: add reference card (by Zeus Panchenko)

This commit is contained in:
Michael Stapelberg
2010-07-23 21:38:42 +02:00
parent 9c5a8d606c
commit 95eb1f22c5
2 changed files with 111 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 refcard.pdf
hacking-howto.html: hacking-howto
asciidoc -a toc -n $<
@ -19,6 +19,9 @@ multi-monitor.html: multi-monitor
wsbar.html: wsbar
asciidoc -a toc -n $<
refcard.pdf: refcard.tex
pdflatex refcard.tex && pdflatex refcard.tex
clean:
rm -f */*.{aux,log,toc,bm,pdf,dvi}
rm -f *.log *.html