aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-11-10 17:28:52 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-11-10 17:28:52 +0100
commitaf40dd2c1451caab8a7175ff368ed892742b15b3 (patch)
tree494749b8af2a432ba15fd6155b80ee21a0a451f7 /GNUmakefile
parent95cd05e803213b37245e29108d4c89089a3fefc9 (diff)
Comment out git commit - it fails when there is nothing to commmit
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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;\

Contact - Imprint