diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 17:28:36 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 17:29:11 +0100 |
commit | 2481462820f14636ff8b203fc53148b94ab00507 (patch) | |
tree | d67882251c953992d0b32217c49696475dae9377 /GNUmakefile | |
parent | 17d3d111d6a51ad93f86c848fc39c1a5891d05a5 (diff) |
Static documentation rebuilt by pkgdown::build_site()
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7c11926..730c460 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -30,8 +30,14 @@ check: build check-no-vignettes: build-no-vignettes "$(RBIN)/R" CMD check --as-cran $(TGZ) +vignettes/%.pdf: vignettes/%.Rnw + "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/$*.Rnw', dir = 'vignettes')" + +vignettes: vignettes/chemCal.pdf + pd: "$(RBIN)/Rscript" -e "pkgdown::build_site()" + cp vignettes/chemCal.pdf docs/articles git add -A git commit -m 'Static documentation rebuilt by pkgdown::build_site()' -e |