aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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