[Rprotobuf-commits] r733 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 9 03:24:20 CET 2014


Author: edd
Date: 2014-01-09 03:24:20 +0100 (Thu, 09 Jan 2014)
New Revision: 733

Modified:
   papers/jss/Makefile
Log:
brown paper bag fix to makefile


Modified: papers/jss/Makefile
===================================================================
--- papers/jss/Makefile	2014-01-09 02:23:01 UTC (rev 732)
+++ papers/jss/Makefile	2014-01-09 02:24:20 UTC (rev 733)
@@ -1,7 +1,8 @@
 all: clean article.pdf
 
 clean:
-	rm -fr article.{pdf,out,aux,log,bbl,blg,brf}
+	rm -fr article.pdf article.out article.aux article.log article.bbl \
+	  article.blg article.brf
 
 article.pdf: article.Rnw
 	R CMD Sweave article.Rnw



More information about the Rprotobuf-commits mailing list