aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-09-14 16:57:17 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-09-14 17:00:08 +0200
commit70d158c4dd919f4f77bc12f8ace333d29d249b79 (patch)
treeab0dd14d85a0c1506262bb6866e2cc49c2400389 /GNUmakefile
parentd52e522a9abea09fae1189b066e2a2e1dbb9cb34 (diff)
Remove two vignettes from the package but not from docs
- Rebuild static documentation - Adapt test to new approach to two component error model where the model is inadequate
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index be2e6675..a6f0d8c6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -60,6 +60,7 @@ clean:
$(RM) -r vignettes/*_cache
$(RM) -r vignettes/*_files
$(RM) -r vignettes/*.R
+ $(RM) -r vignettes/web_only/*.R
$(RM) Rplots.pdf
test: quickinstall
@@ -71,7 +72,12 @@ README.html: README.md
vignettes/%.html: vignettes/mkin_vignettes.css vignettes/references.bib vignettes/%.Rmd
"$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/$*.Rmd', dir = 'vignettes')"
-vignettes: vignettes/mkin.html vignettes/FOCUS_D.html vignettes/FOCUS_L.html vignettes/FOCUS_Z.html vignettes/compiled_models.html
+vignettes: vignettes/mkin.html vignettes/FOCUS_D.html vignettes/FOCUS_L.html
+
+vignettes/web_only/%.html: vignettes/references.bib vignettes/web_only/%.Rmd
+ "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/web_only/$*.Rmd', dir = 'vignettes/web_only')"
+
+articles: vignettes/web_only/FOCUS_Z.html vignettes/web_only/compiled_models.html
pd:
"$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)"

Contact - Imprint