diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-05 13:41:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-05 13:41:44 +0200 |
commit | 58f46265cec1c3f51a6d2507e0f3e3b59243cc82 (patch) | |
tree | 75df8415f82b927fc76933f366a81dba79d4531f /GNUmakefile | |
parent | 2bab93a12caf947387ce34c5a96bba942b2ee317 (diff) |
Add a simple vignette with an evaluation of FOCUS D
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a6b31f3b..9e2ee80c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -77,6 +77,9 @@ test: install-no-vignettes vignettes/mkin.pdf: vignettes/mkin.Rnw "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/mkin.Rnw', dir = 'vignettes')" +vignettes/FOCUS_D.html: vignettes/FOCUS_D.Rmd + "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/FOCUS_D.Rmd', dir = 'vignettes')" + vignettes/FOCUS_L.html: vignettes/FOCUS_L.Rmd "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/FOCUS_L.Rmd', dir = 'vignettes')" @@ -86,7 +89,7 @@ vignettes/FOCUS_Z.pdf: vignettes/FOCUS_Z.Rnw vignettes/compiled_models.html: vignettes/compiled_models.Rmd "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/compiled_models.Rmd', dir = 'vignettes')" -vignettes: vignettes/mkin.pdf vignettes/FOCUS_L.html vignettes/FOCUS_Z.pdf vignettes/compiled_models.html +vignettes: vignettes/mkin.pdf vignettes/FOCUS_D.html vignettes/FOCUS_L.html vignettes/FOCUS_Z.pdf vignettes/compiled_models.html sd: "$(RBIN)/Rscript" -e "library(staticdocs); build_site()" |