[Rcpp-commits] r4411 - in pkg/Rcpp: . inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 1 03:48:42 CEST 2013
Author: edd
Date: 2013-08-01 03:48:41 +0200 (Thu, 01 Aug 2013)
New Revision: 4411
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/inst/doc/Makefile
pkg/Rcpp/inst/doc/Rcpp.bib
Log:
another try at getting pdf builds working on r-forge
minor update to Rcpp.bib
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2013-08-01 01:46:00 UTC (rev 4410)
+++ pkg/Rcpp/ChangeLog 2013-08-01 01:48:41 UTC (rev 4411)
@@ -1,7 +1,10 @@
2013-07-31 Dirk Eddelbuettel <edd at debian.org>
+ * inst/doc/Makefile: Rejigged pdf builds in another attempt at
+ pleasing whatever runs the builds on r-forge. L'espoir fait vivre.
+
* inst/unitTests/runit.wstring.R: *TEMPORARILY* disabled
- ===== To be revverted before release ======
+ ======================================= To be revverted before release ======
2013-07-25 Romain Francois <romain at r-enthusiasts.com>
Modified: pkg/Rcpp/inst/doc/Makefile
===================================================================
--- pkg/Rcpp/inst/doc/Makefile 2013-08-01 01:46:00 UTC (rev 4410)
+++ pkg/Rcpp/inst/doc/Makefile 2013-08-01 01:48:41 UTC (rev 4411)
@@ -12,9 +12,9 @@
@echo The 'make all' target is now empty as eg R-Forge builds fall over
@echo So please use 'make pdfclean; make pdfall' to rebuild
-OLDpdfall: rotateFiles index.html Rcpp-unitTests.pdf Rcpp-introduction.pdf Rcpp-modules.pdf Rcpp-package.pdf Rcpp-FAQ.pdf Rcpp-extending.pdf Rcpp-sugar.pdf Rcpp-attributes.pdf Rcpp-quickref.pdf
+OLDpdfall: index.html Rcpp-unitTests.pdf Rcpp-introduction.pdf Rcpp-modules.pdf Rcpp-package.pdf Rcpp-FAQ.pdf Rcpp-extending.pdf Rcpp-sugar.pdf Rcpp-attributes.pdf Rcpp-quickref.pdf
-pdfall: rotateFiles index.html
+pdfall: index.html
## Play some games with explicit targets to avoid parallel make builds
## This is all just because R-Forge insists on re-making these, seemingly in parallel
make Rcpp-extending.pdf
@@ -31,13 +31,6 @@
rm -f Rcpp-extending.pdf Rcpp-FAQ.pdf Rcpp-introduction.pdf Rcpp-modules.pdf Rcpp-package.pdf Rcpp-quickref.pdf Rcpp-sugar.pdf Rcpp-attributes.pdf Rcpp-unitTests.pdf
rotateFiles:
- cp -f Rcpp-extending/Rcpp-extending-fake.Rnw Rcpp-extending.Rnw
- cp -f Rcpp-FAQ/Rcpp-FAQ-fake.Rnw Rcpp-FAQ.Rnw
- cp -f Rcpp-modules/Rcpp-modules-fake.Rnw Rcpp-modules.Rnw
- cp -f Rcpp-package/Rcpp-package-fake.Rnw Rcpp-package.Rnw
- cp -f Rcpp-quickref/Rcpp-quickref-fake.Rnw Rcpp-quickref.Rnw
- cp -f Rcpp-sugar/Rcpp-sugar-fake.Rnw Rcpp-sugar.Rnw
- cp -f Rcpp-attributes/Rcpp-attributes-fake.Rnw Rcpp-attributes.Rnw
clean:
rm -f index.html
@@ -148,9 +141,8 @@
else
$(RSCRIPT) -e "tools::texi2dvi( 'Rcpp-sugar.tex', pdf = TRUE, clean = TRUE )"
endif
- rm -fr Rcpp-sugar.tex Rcpp-sugar.bbl Rcpp-sugar.blg Rcpp-sugar.aux Rcpp-sugar.out Rcpp-sugar.log
- rm Rcpp-sugar.Rnw
- cp Rcpp-sugar/Rcpp-sugar-fake.Rnw Rcpp-sugar.Rnw
+ rm -fr Rcpp-sugar.tex Rcpp-sugar.bbl Rcpp-sugar.blg Rcpp-sugar.aux Rcpp-sugar.out Rcpp-sugar.log Rcpp-sugar.Rnw
+ cp -f Rcpp-sugar/Rcpp-sugar-fake.Rnw Rcpp-sugar.Rnw
Rcpp-attributes.pdf : Rcpp-attributes/Rcpp-attributes.Rnw
cp -f Rcpp-attributes/Rcpp-attributes.Rnw .
@@ -163,9 +155,8 @@
else
$(RSCRIPT) -e "tools::texi2dvi( 'Rcpp-attributes.tex', pdf = TRUE, clean = TRUE )"
endif
- rm -fr Rcpp-attributes.tex Rcpp-attributes.bbl Rcpp-attributes.blg Rcpp-attributes.aux Rcpp-attributes.out Rcpp-attributes.log
- rm Rcpp-attributes.Rnw
- cp Rcpp-attributes/Rcpp-attributes-fake.Rnw Rcpp-attributes.Rnw
+ rm -fr Rcpp-attributes.tex Rcpp-attributes.bbl Rcpp-attributes.blg Rcpp-attributes.aux Rcpp-attributes.out Rcpp-attributes.log Rcpp-attributes.Rnw
+ cp -f Rcpp-attributes/Rcpp-attributes-fake.Rnw Rcpp-attributes.Rnw
Rcpp-quickref.pdf : Rcpp-quickref/Rcpp-quickref.Rnw
cp -f Rcpp-quickref/Rcpp-quickref.Rnw .
Modified: pkg/Rcpp/inst/doc/Rcpp.bib
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp.bib 2013-08-01 01:46:00 UTC (rev 4410)
+++ pkg/Rcpp/inst/doc/Rcpp.bib 2013-08-01 01:48:41 UTC (rev 4411)
@@ -295,6 +295,7 @@
author = {Dirk Eddelbuettel},
title = {Seamless R and C++ Integration with Rcpp},
publisher = {Springer},
+ series = {Use R!},
year = 2013,
address = {New York},
isbn = {978-1-4614-6867-7}
More information about the Rcpp-commits
mailing list