diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-16 10:55:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-16 10:55:20 +0200 |
commit | 27a6c4418ec39c473e02fefa062b1e077553525e (patch) | |
tree | 5811001dde348f2d7a6ad5f131f8a56bbdbef96f /GNUmakefile | |
parent | 520cd0fcea385454460b3958ce864828f0ae6542 (diff) |
Fix saving summary files
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |