From 27a6c4418ec39c473e02fefa062b1e077553525e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Oct 2014 10:55:20 +0200 Subject: Fix saving summary files --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 913585f..ad02272 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,6 +19,7 @@ SDDIR ?= $(RFSVN)/www/gmkin_static pkgfiles = NEWS \ data/* \ DESCRIPTION \ + inst/GUI/gmkin.R \ inst/staticdocs/README \ man/* \ NAMESPACE \ @@ -76,6 +77,10 @@ move-sd: r-forge: sd move-sd cd $(RFSVN) && svn commit -m 'update gmkin static documentation from github repository' +release: 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 + clean: $(RM) -r $(PKGNAME).Rcheck/ $(RM) vignettes/*.R -- cgit v1.2.1