From d700a6742525675f9ff7e3dcdbc8121283cb9bb1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 22 Oct 2014 21:50:42 +0200 Subject: 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 --- GNUmakefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'GNUmakefile') 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/ -- cgit v1.2.1