svn: /pear/peardoc/trunk/ configure.php

[email protected] (Christian Weiske) Thu, 03 Mar 2011 08:32:38 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
cweiske                                  Thu, 03 Mar 2011 08:32:38 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=308884

Log:
phd 0.4 is long dead

Changed paths:
    U   pear/peardoc/trunk/configure.php

Modified: pear/peardoc/trunk/configure.php
===================================================================
--- pear/peardoc/trunk/configure.php	2011-03-03 06:32:17 UTC (rev 308883)
+++ pear/peardoc/trunk/configure.php	2011-03-03 08:32:38 UTC (rev 308884)
@@ -33,16 +33,9 @@
         $opts['manual_file'], $opts['giant_file'],
         $opts['validate'], $opts['hide_xml_errors']
     );
-    logMsg('Now call phd 0.4.x:');
+    logMsg('Now call PhD:');
     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']