svn: /pear/peardoc/trunk/ configure.php
[email protected] (Christian Weiske)
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
cweiske Mon, 14 Sep 2009 07:51:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=288309
Log:
tell how to use phd 0.9.x
Changed paths:
U pear/peardoc/trunk/configure.php
Modified: pear/peardoc/trunk/configure.php
===================================================================
--- pear/peardoc/trunk/configure.php 2009-09-14 07:27:00 UTC (rev 288308)
+++ pear/peardoc/trunk/configure.php 2009-09-14 07:51:43 UTC (rev 288309)
@@ -33,13 +33,20 @@
$opts['manual_file'], $opts['giant_file'],
$opts['validate'], $opts['hide_xml_errors']
);
- logMsg('Now call phd:');
+ logMsg('Now call phd 0.4.x:');
logMsg(' phd'
. ' -L ' . $opts['language']
. ' -f xhtml -t pearchunkedhtml'
. ' -o build/' . $opts['language']
. ' -d ' . $opts['giant_file']
);
+ logMsg('or phd 0.9.x:');
+ logMsg(' phd'
+ . ' -L ' . $opts['language']
+ . ' -P PEAR -f xhtml'
+ . ' -o build/' . $opts['language']
+ . ' -d ' . $opts['giant_file']
+ );
} catch (Exception $e) {
logErr('Exception:');
logErr($e->getMessage());