aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fd9e72b8..7d58995b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -87,9 +87,9 @@ vignettes/%.html: vignettes/mkin_vignettes.css vignettes/%.Rmd
vignettes: vignettes/mkin.html vignettes/FOCUS_D.html vignettes/FOCUS_L.html vignettes/FOCUS_Z.pdf vignettes/compiled_models.html
pd:
- "$(RBIN)/Rscript" -e "pkgdown::build_site()"
+ "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)"
git add -A
- git commit -m 'Static documentation rebuilt by pkgdown::build_site()' -e
+ git commit -m 'Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)' -e
r-forge: pd
rm -rf $(SDDIR)/*

Contact - Imprint