From 6f596ecec2c54d7d91cf3ca16b8643b64b903e57 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 13 Nov 2015 11:01:49 +0100 Subject: Add plots to compiled_models vignette, rebuild staticdocs --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 7dd9b3a1..40be37c9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -91,6 +91,8 @@ sd: @echo Now execute @echo "\n staticdocs::build_site()\n" $(RBIN)/R + git add -A + git commit -m 'Static documentation rebuilt by staticdocs::build_site()' -e r-forge: sd rm -rf $(SDDIR)/* @@ -99,8 +101,6 @@ r-forge: sd git archive master > $(HOME)/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\ svn add --force .; svn rm --force `svn status | grep "\!" | cut -d " " -f 8`; cd $(RFSVN) && svn commit -m 'sync with git' - git add -A - git commit -m 'Vignettes rebuilt by staticdocs::build_site() for static documentation on r-forge' winbuilder: build date -- cgit v1.2.1