cvs: peardoc /scripts pearwebbuild.php
[email protected] ("Christian Weiske")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvscweiske1235307278@cvsserver> |
cweiske Sun Feb 22 12:54:38 2009 UTC
Modified files:
/peardoc/scripts pearwebbuild.php
Log:
fix syntax error
http://cvs.php.net/viewvc.cgi/peardoc/scripts/pearwebbuild.php?r1=1.18&r2=1.19&diff_format=u
Index: peardoc/scripts/pearwebbuild.php
diff -u peardoc/scripts/pearwebbuild.php:1.18 peardoc/scripts/pearwebbuild.php:1.19
--- peardoc/scripts/pearwebbuild.php:1.18 Sun Feb 22 12:53:37 2009
+++ peardoc/scripts/pearwebbuild.php Sun Feb 22 12:54:37 2009
@@ -22,7 +22,7 @@
require_once 'Console/CommandLine.php';
$parser = new Console_CommandLine();
$parser->description = 'Builds the full manual';
-$parser->version = '$Id: pearwebbuild.php,v 1.18 2009/02/22 12:53:37 cweiske Exp $';
+$parser->version = '$Id: pearwebbuild.php,v 1.19 2009/02/22 12:54:37 cweiske Exp $';
$parser->addOption('updatecvs', array(
'long_name' => '--updatecvs',
'description' => 'Update peardoc from CVS',
@@ -184,7 +184,7 @@
logAndEcho(' Compiling chm manual');
passthru(
"chmod og+w build/$lang/chm && "
- "cd build/$lang/chm && "
+ . "cd build/$lang/chm && "
. $cmdline->options['hhc']
. ' pear_manual_' . $lang . '.hhp'
. $tobuildlog