From af40dd2c1451caab8a7175ff368ed892742b15b3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 10 Nov 2015 17:28:52 +0100 Subject: Comment out git commit - it fails when there is nothing to commmit --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 11ee1f5..a9849b8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -76,7 +76,7 @@ sd: "$(RBIN)/Rscript" -e "library(staticdocs); build_site(site_path = '$(SDDIR)')" cd $(SDDIR) && svn add --force . git add -A - git commit -m 'Vignettes rebuilt by staticdocs::build_site() for static documentation on r-forge' -e + #git commit -m 'Vignettes rebuilt by staticdocs::build_site() for static documentation on r-forge' -e r-forge: sd git archive master > $(PKGDIR)/gmkin.tar;\ -- cgit v1.2.1