diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-25 14:32:26 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-25 14:32:26 +0100 |
commit | 3f9b6432477f510a5dee908fe891f6352e9cd357 (patch) | |
tree | 2ee5db191fd560f64e8f787273f8534fce99240f | |
parent | db6b3a27ceed666a80658df6cdb1092e35de18c3 (diff) |
Remove code for former extra repo on r-forge
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile index e7dd9fc..8d31793 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -80,11 +80,6 @@ r-forge: move-sd cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/gmkin.tar;\ svn add --force .; cd $(RFSVN) && svn commit -m 'update gmkin from github repository' -release: r-forge build - cp $(TGZ) $(RFSVN)/www/repo/src/contrib; scp $(TGZ) qnap:projects/gmkin - @echo Now build gmkin on windows and copy the zip to the repo with - @echo scp qnap:projects/gmkin/$(PKGSRC)_$(PKGVERS).zip $(RFSVN)/www/repo/bin/windows/contrib/3.1 - clean: $(RM) -r $(PKGNAME).Rcheck/ $(RM) vignettes/*.R |