diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-22 21:50:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-22 21:50:42 +0200 |
commit | d700a6742525675f9ff7e3dcdbc8121283cb9bb1 (patch) | |
tree | 4b5872d45e7ccedc5d09a101d75dc70f5e29c7f4 /GNUmakefile | |
parent | 231f1e5fb11d917e474bc7bff541149067aa93bb (diff) |
Save plots in different formats
- Add possibility to save plots in different formats
- Make it possible to exclude the legend from the plot
- Update of the manual
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index ad02272..0c74591 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -70,16 +70,17 @@ vignettes: vignettes/gmkin_manual.html sd: "$(RBIN)/Rscript" -e "library(staticdocs); build_site()" -move-sd: +move-sd: sd rm -rf $(SDDIR)/*;\ cp -r inst/web/* $(SDDIR); cp gmkin_screenshot.png $(SDDIR); cd $(SDDIR) && svn add --force . -r-forge: sd move-sd +r-forge: move-sd cd $(RFSVN) && svn commit -m 'update gmkin static documentation from github repository' -release: build +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 + @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/ |