aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-28 08:52:58 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-28 08:52:58 +0200
commit5d4bc83057b1ca2b07b3e524953f68eadc81d1f3 (patch)
tree301f66f8f43184f20f442248df3d977a7f2ee5f5
parent0183b7f6ba72717cb40057561913b9e01ab24e6e (diff)
Add drat target
-rw-r--r--GNUmakefile3
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;\

Contact - Imprint