[Rcpp-commits] r2945 - in pkg/RcppClassic: . inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 4 22:01:52 CEST 2011


Author: edd
Date: 2011-04-04 22:01:52 +0200 (Mon, 04 Apr 2011)
New Revision: 2945

Modified:
   pkg/RcppClassic/ChangeLog
   pkg/RcppClassic/inst/doc/Makefile
Log:
The 'trying our hardest to make BDR happy' commit


Modified: pkg/RcppClassic/ChangeLog
===================================================================
--- pkg/RcppClassic/ChangeLog	2011-04-04 19:05:43 UTC (rev 2944)
+++ pkg/RcppClassic/ChangeLog	2011-04-04 20:01:52 UTC (rev 2945)
@@ -1,3 +1,7 @@
+2011-04-04  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/doc/Makefile: Do not call clean in all target
+
 2011-04-01  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/unitTests/runit.RcppDate.R: renamed 'wrap' test function which

Modified: pkg/RcppClassic/inst/doc/Makefile
===================================================================
--- pkg/RcppClassic/inst/doc/Makefile	2011-04-04 19:05:43 UTC (rev 2944)
+++ pkg/RcppClassic/inst/doc/Makefile	2011-04-04 20:01:52 UTC (rev 2945)
@@ -1,14 +1,14 @@
 
 ## There is an old bug in texidvi that makes it not swallow the ~
 ## marker used to denote whitespace. This is actually due to fixing
-## another bug they whereby you could not run texidvi on directory
-## names containing a tilde (as we happen to do for Debian builds of R
+## another bug whereby you could not run texidvi on directory names
+## containing a tilde (as we happen to do for Debian builds of R
 ## alpha/beta/rc releases). The 'tilde' bug will go away as it
 ## reportedly has been squashed upstream but I am still bitten by it
-## on Ubuntu so for Dirk will insist on pdflatex and this variable helps
+## on Ubuntu so for now Dirk will insist on pdflatex and this helps.
 whoami=$(shell whoami)
 
-all: clean RcppClassic-unitTests.pdf RcppClassic.pdf 
+all: RcppClassic-unitTests.pdf RcppClassic.pdf 
 
 pdfclean:
 	rm -f RcppClassic.pdf RcppClassic-unitTests.pdf



More information about the Rcpp-commits mailing list