From b31824f420c9d904ab5f46774183a59e3b86cedd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 4 Oct 2016 08:45:23 +0200 Subject: Static documentation built using newer staticdocs::build_site() --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') 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" -- cgit v1.2.1