[Rprotobuf-commits] r866 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 28 04:02:30 CET 2014


Author: edd
Date: 2014-01-28 04:02:26 +0100 (Tue, 28 Jan 2014)
New Revision: 866

Modified:
   papers/jss/Makefile
Log:
small tweaks to Makefile

remove ephemeral pdf figures
add zip entry to prepare upload to jss


Modified: papers/jss/Makefile
===================================================================
--- papers/jss/Makefile	2014-01-27 22:54:09 UTC (rev 865)
+++ papers/jss/Makefile	2014-01-28 03:02:26 UTC (rev 866)
@@ -2,7 +2,7 @@
 
 clean:
 	rm -fr article.pdf article.out article.aux article.log article.bbl \
-	  article.blg article.brf
+	  article.blg article.brf figures/fig-0??.pdf
 
 article.pdf: article.Rnw
 	R CMD Sweave article.Rnw
@@ -10,3 +10,6 @@
 	bibtex article
 	pdflatex article.tex
 	pdflatex article.tex
+
+jssarchive:
+	(cd .. && zip -r jssarchive.zip jss/)



More information about the Rprotobuf-commits mailing list