[Rcpp-commits] r1757 - scripts

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 28 01:03:38 CEST 2010


Author: edd
Date: 2010-06-28 01:03:38 +0200 (Mon, 28 Jun 2010)
New Revision: 1757

Modified:
   scripts/runDoxygenAndZip.sh
Log:
note that pool_size has to be up'ed to run pdflatex


Modified: scripts/runDoxygenAndZip.sh
===================================================================
--- scripts/runDoxygenAndZip.sh	2010-06-27 22:30:27 UTC (rev 1756)
+++ scripts/runDoxygenAndZip.sh	2010-06-27 23:03:38 UTC (rev 1757)
@@ -36,6 +36,7 @@
     cd ${cwd}
 
     cd Rcpp/inst/doc/latex
+    ## as release 0.8.3 this now requires increasing pool_size in /etc/texmf/texmf.conf
     pdflatex refman
     pdflatex refman
     if [ -d ~/www/code/rcpp/ ]; then



More information about the Rcpp-commits mailing list