docs: add reference card (by Zeus Panchenko)

Conflicts:

	docs/Makefile
This commit is contained in:
Michael Stapelberg
2010-07-23 21:38:42 +02:00
parent 26f0a9d750
commit a402480ad0
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 tree-migrating.html
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html tree-migrating.html refcard.pdf
hacking-howto.html: hacking-howto
asciidoc -a toc -n $<
@ -23,6 +23,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