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