aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-04 08:45:23 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-04 08:45:23 +0200
commitb31824f420c9d904ab5f46774183a59e3b86cedd (patch)
tree87737278e9a14202a07c4110cd62684807f96062 /GNUmakefile
parent17ef63f22008c80998cb2690a40ad1238d06a400 (diff)
Static documentation built using newer staticdocs::build_site()
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
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"

Contact - Imprint