diff options
-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;\ |