From 5d4bc83057b1ca2b07b3e524953f68eadc81d1f3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 28 Sep 2016 08:52:58 +0200 Subject: Add drat target --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) 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;\ -- cgit v1.2.1