[Rcpp-commits] r1138 - pkg/Rcpp
    noreply at r-forge.r-project.org 
    noreply at r-forge.r-project.org
       
    Sun May  2 14:54:22 CEST 2010
    
    
  
Author: edd
Date: 2010-05-02 14:54:22 +0200 (Sun, 02 May 2010)
New Revision: 1138
Modified:
   pkg/Rcpp/cleanup
Log:
oops, missing line-end char added back
Modified: pkg/Rcpp/cleanup
===================================================================
--- pkg/Rcpp/cleanup	2010-05-02 12:53:24 UTC (rev 1137)
+++ pkg/Rcpp/cleanup	2010-05-02 12:54:22 UTC (rev 1138)
@@ -7,7 +7,7 @@
 	inst/doc/*.out \
 	inst/doc/.build.timestamp \
 	inst/doc/*.Rd inst/doc/*.aux inst/doc/*.log inst/doc/*.tex \
-	inst/doc/latex/*.aux inst/doc/latex/*.log 
+	inst/doc/latex/*.aux inst/doc/latex/*.log \
 	inst/examples/ConvolveBenchmarks/*.o  \
         inst/examples/ConvolveBenchmarks/*.so \
 	inst/examples/functionCallback/*.so \
    
    
More information about the Rcpp-commits
mailing list