diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
