[Rcpp-commits] r2946 - in pkg/RcppGSL: . inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 4 22:03:53 CEST 2011
Author: edd
Date: 2011-04-04 22:03:53 +0200 (Mon, 04 Apr 2011)
New Revision: 2946
Modified:
pkg/RcppGSL/ChangeLog
pkg/RcppGSL/inst/doc/Makefile
Log:
The 'trying our hardest to make BDR happy' commit
Modified: pkg/RcppGSL/ChangeLog
===================================================================
--- pkg/RcppGSL/ChangeLog 2011-04-04 20:01:52 UTC (rev 2945)
+++ pkg/RcppGSL/ChangeLog 2011-04-04 20:03:53 UTC (rev 2946)
@@ -1,3 +1,7 @@
+2011-04-04 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/doc/Makefile: Do not call clean in all target
+
2011-02-28 Dirk Eddelbuettel <edd at debian.org>
* inst/doc/Makefile: Call R and Rscript relative to R_HOME/bin
Modified: pkg/RcppGSL/inst/doc/Makefile
===================================================================
--- pkg/RcppGSL/inst/doc/Makefile 2011-04-04 20:01:52 UTC (rev 2945)
+++ pkg/RcppGSL/inst/doc/Makefile 2011-04-04 20:03:53 UTC (rev 2946)
@@ -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 RcppGSL-unitTests.pdf RcppGSL.pdf
+all: RcppGSL-unitTests.pdf RcppGSL.pdf
clean:
rm -f RcppGSL.Rnw
More information about the Rcpp-commits
mailing list