]> git.donarmstrong.com Git - debbugs-presentations.git/commitdiff
the tex files depend on debbugs.Rnw
authorDon Armstrong <don@donarmstrong.com>
Sat, 23 Aug 2014 17:20:09 +0000 (10:20 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 23 Aug 2014 17:20:09 +0000 (10:20 -0700)
debconf14/Makefile

index b244505ef05a536a8964cea54cbfcc464bbb6d13..d772c3b27bc9a3352c270121a8cebfe1a9a6872d 100644 (file)
@@ -12,7 +12,7 @@ R ?= R
 %.png: %.svg
        inkscape -e $@ -d 300 $<
 
-%.tex: %.Rnw
+%.tex: %.Rnw debbugs.Rnw
        $(R) --encoding=utf-8 -e "library('knitr'); knit('$<')"
 
 %.pdf: %.tex $(wildcard *.bib) $(wildcard *.tex)