]> git.donarmstrong.com Git - debbugs-presentations.git/blobdiff - debconf14/Makefile
update debbugs layout db
[debbugs-presentations.git] / debconf14 / Makefile
index b244505ef05a536a8964cea54cbfcc464bbb6d13..1db232a8689f40b85068da28bc0c0782efe1bda7 100644 (file)
@@ -12,8 +12,10 @@ R ?= R
 %.png: %.svg
        inkscape -e $@ -d 300 $<
 
-%.tex: %.Rnw
+%.tex: %.Rnw debbugs.Rnw
        $(R) --encoding=utf-8 -e "library('knitr'); knit('$<')"
 
+debbugs_presentation.pdf: debbugs_presentation.tex debbugs_layout.tex debbugs_layout_db.tex
+
 %.pdf: %.tex $(wildcard *.bib) $(wildcard *.tex)
        latexmk -pdf -pdflatex='xelatex -interaction=nonstopmode %O %S' -bibtex -use-make $<