diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 17:00:48 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 17:00:48 +0100 |
commit | 73e650114af77582238abf5273e63005e0b2287e (patch) | |
tree | e0effa0124a713738c850aa47acc54d1b82318d8 /GNUmakefile | |
parent | fcb3332b7b186639cce940696057a2b6dd2c5cca (diff) |
Static documentation now built by pkgdown::build_site()
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index d8eaa44..d01273d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,10 +27,10 @@ check: build check-no-vignettes: build-no-vignettes "$(RBIN)/R" CMD check --as-cran $(TGZ) -sd: - "$(RBIN)/Rscript" -e "staticdocs::build_site()" +pd: + "$(RBIN)/Rscript" -e "pkgdown::build_site()" git add -A - git commit -m 'Static documentation rebuilt by staticdocs::build_site()' -e + git commit -m 'Static documentation rebuilt by pkgdown::build_site()' -e winbuilder: build @echo "Uploading to R-release on win-builder" |