[Rcpp-commits] r869 - scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 10 02:49:45 CET 2010
Author: edd
Date: 2010-03-10 02:49:44 +0100 (Wed, 10 Mar 2010)
New Revision: 869
Modified:
scripts/runDoxygenAndZip.sh
Log:
another fix
Modified: scripts/runDoxygenAndZip.sh
===================================================================
--- scripts/runDoxygenAndZip.sh 2010-03-10 01:39:48 UTC (rev 868)
+++ scripts/runDoxygenAndZip.sh 2010-03-10 01:49:44 UTC (rev 869)
@@ -27,7 +27,7 @@
cd ${cwd}
pwd
- cd pkg/inst/doc
+ cd Rcpp/inst/doc
zip -9r rcpp-doc-html.zip html/
zip -9r rcpp-doc-man.zip man
zip -9r rcpp-doc-latex.zip latex
More information about the Rcpp-commits
mailing list