cvs: peardoc / configure.php

[email protected] ("Christian Weiske")
Newsgroups php.pear.doc
Message-ID <cvscweiske1235308195@cvsserver>
cweiske		Sun Feb 22 13:09:55 2009 UTC

  Modified files:              
    /peardoc	configure.php 
  Log:
  Tell people to use -L for language selection
  
  
http://cvs.php.net/viewvc.cgi/peardoc/configure.php?r1=1.11&r2=1.12&diff_format=u
Index: peardoc/configure.php
diff -u peardoc/configure.php:1.11 peardoc/configure.php:1.12
--- peardoc/configure.php:1.11	Tue Feb 10 18:15:40 2009
+++ peardoc/configure.php	Sun Feb 22 13:09:55 2009
@@ -34,7 +34,9 @@
         $opts['validate'], $opts['hide_xml_errors']
     );
     logMsg('Now call phd:');
-    logMsg(' phd -f xhtml -t pearchunkedhtml'
+    logMsg(' phd'
+        . ' -L ' . $opts['language']
+        . ' -f xhtml -t pearchunkedhtml'
         . ' -o build/' . $opts['language']
         . ' -d ' . $opts['giant_file']
     );
@@ -58,7 +60,7 @@
     require_once 'Console/CommandLine.php';
     $parser = new Console_CommandLine(array(
         'description' => 'configure the pear manual build',
-        'version'     => '$Id: configure.php,v 1.11 2009/02/10 18:15:40 cweiske Exp $'
+        'version'     => '$Id: configure.php,v 1.12 2009/02/22 13:09:55 cweiske Exp $'
     ));
 
     $parser->addOption('verbose', array(
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.