]> git.sur5r.net Git - i3/i3/blobdiff - docs/Makefile
docs: add reference card (by Zeus Panchenko)
[i3/i3] / docs / Makefile
index 50808a8ca9fb61c5343c33e196328612e35cba10..e49d58ee11843d94ca5929a8fd217daa863656db 100644 (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