diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-19 12:43:04 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-19 12:43:04 +0200 |
commit | a7beb73cdfeed34525266d76f424375e1d069a48 (patch) | |
tree | 05539773752db6ee94ccc28dc3521c3916312e41 /GNUmakefile | |
parent | 90ff0d8e5932799b1c704555663a65944b7c4091 (diff) |
Static documentation rebuilt by pkgdown
Use lazy = TRUE in the pd target for generating pkgdown documentation
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 816cf1fb..0084267a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -87,7 +87,7 @@ vignettes/web_only/%.html: vignettes/references.bib vignettes/web_only/%.Rmd articles: vignettes/web_only/FOCUS_Z.html vignettes/web_only/compiled_models.html pd: - "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)" + "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE, lazy = TRUE)" git add -A git commit -m 'Static documentation rebuilt by pkgdown' -e |