diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-10 17:28:52 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-10 17:28:52 +0100 |
commit | af40dd2c1451caab8a7175ff368ed892742b15b3 (patch) | |
tree | 494749b8af2a432ba15fd6155b80ee21a0a451f7 | |
parent | 95cd05e803213b37245e29108d4c89089a3fefc9 (diff) |
Comment out git commit - it fails when there is nothing to commmit
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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;\ |