[Rprotobuf-commits] r732 - papers/jss
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 9 03:23:02 CET 2014
Author: edd
Date: 2014-01-09 03:23:01 +0100 (Thu, 09 Jan 2014)
New Revision: 732
Modified:
papers/jss/Makefile
Log:
minor tweak to makefile
Modified: papers/jss/Makefile
===================================================================
--- papers/jss/Makefile 2014-01-09 02:19:54 UTC (rev 731)
+++ papers/jss/Makefile 2014-01-09 02:23:01 UTC (rev 732)
@@ -1,13 +1,7 @@
all: clean article.pdf
clean:
- rm -fr article.pdf
- rm -fr article.out
- rm -fr article.aux
- rm -fr article.log
- rm -fr article.bbl
- rm -fr article.blg
- rm -fr article.brf
+ rm -fr article.{pdf,out,aux,log,bbl,blg,brf}
article.pdf: article.Rnw
R CMD Sweave article.Rnw
More information about the Rprotobuf-commits
mailing list