goba            Wed May  1 13:22:04 2002 EDT

  Modified files:              
    /phpdoc/howto       tools.xml 
  Log:
  New PHP support documented for Windows guys
  
  
Index: phpdoc/howto/tools.xml
diff -u phpdoc/howto/tools.xml:1.6 phpdoc/howto/tools.xml:1.7
--- phpdoc/howto/tools.xml:1.6  Tue Feb 26 16:08:08 2002
+++ phpdoc/howto/tools.xml      Wed May  1 13:22:03 2002
@@ -341,6 +341,19 @@
     </para>
 
     <para>
+     You also need a working copy of PHP 4.x to build the manual.
+     On Windows, you should put a <filename>php.bat</filename>
+     file to the <filename>phpdoc-tools</filename> directory, with
+     a PHP calling line. Something like this works (modify this according
+     to your PHP setup directory):
+     <informalexample>
+      <programlisting>
+       @"E:\Program Files\PHP\php.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9
+      </programlisting>
+     </informalexample>
+    </para>
+    
+    <para>
      Verify that your directory structure looks like this:
      <informalexample>
       <programlisting>
@@ -363,8 +376,10 @@
    +--jade (with jade.exe etc)
    |
    +--xsl (OPTIONAL!)
-      |
-      +--docbook (etc)
+   |  |
+   |  +--docbook (etc)
+   |
+   +--php.bat
       </programlisting>
      </informalexample>
     </para>
@@ -389,7 +404,9 @@
      If you didn't get any errors, you're ready to rock&amp;roll. 
      Otherwise, you could check out the
      <ulink url="&url.docbook.appa;">installation appendix</ulink>
-     of "DocBook: The Definitive Guide".
+     of "DocBook: The Definitive Guide". if you think that the problem
+     is in the build system, ask on the
+     <link linkend="chapter-maillist">mailing list</link>.
     </para>
 
    </sect2>


Reply via email to