diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-04 08:45:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-04 08:45:23 +0200 |
commit | b31824f420c9d904ab5f46774183a59e3b86cedd (patch) | |
tree | 87737278e9a14202a07c4110cd62684807f96062 /GNUmakefile | |
parent | 17ef63f22008c80998cb2690a40ad1238d06a400 (diff) |
Static documentation built using newer staticdocs::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 140f7e3..56434be 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,9 +54,9 @@ check-no-vignettes: build-no-vignettes "$(RBIN)/R" CMD check --as-cran $(TGZ) sd: - @echo Now execute - @echo "\n staticdocs::build_site()\n" - $(RBIN)/R + "$(RBIN)/Rscript" -e "staticdocs::build_site()" + git add -A + git commit -m 'Static documentation rebuilt by staticdocs::build_site()' -e winbuilder: build @echo "Uploading to R-release on win-builder" |