diff options
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index dfc5add..fd80237 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,6 +74,9 @@ sd: git add -A #git commit -m 'Vignettes rebuilt by staticdocs::build_site() for static documentation on r-forge' -e +drat: build + "$(RBIN)/Rscript" -e "drat::insertPackage('$(TGZ)', commit = TRUE)" + r-forge: sd git archive master > $(PKGDIR)/gmkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(PKGDIR)/gmkin.tar;\ |