philip          Wed Mar 30 15:26:22 2005 EDT

  Modified files:              
    /phpdoc/howto       generating.xml 
  Log:
  Document install-win.txt and install-unix.txt
  
  
http://cvs.php.net/diff.php/phpdoc/howto/generating.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/howto/generating.xml
diff -u phpdoc/howto/generating.xml:1.17 phpdoc/howto/generating.xml:1.18
--- phpdoc/howto/generating.xml:1.17    Fri Sep  3 04:15:50 2004
+++ phpdoc/howto/generating.xml Wed Mar 30 15:26:22 2005
@@ -181,6 +181,34 @@
     </listitem>
     <listitem>
      <para>
+      <literal>install-win.txt</literal>, the text version of the Windows 
+      install instructions that goes into the PHP source (as 
+      <filename>php-src/win32/install.txt</filename>). It's based off HTML 
+      (via lynx) using <filename>install-win.xml</filename>. Before commit, 
+      be sure Unix style (\n) line endings are used as the Windows packaging 
+      script later converts them to Windows format (\r\n). Both 
+      <filename>install-win.txt</filename> and 
+      <filename>install-win.html</filename> are generated.
+     </para>
+     <para>
+      Be sure the &amp;install.windows.building; entity is removed from
+      <filename>en/install/windows/index.xml</filename> before building
+      this file.
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      <literal>install-unix.txt</literal>, the text version of the Unix 
+      install instructions that goes into the PHP source (as 
+      <filename>php-src/INSTALL</filename>). It's based off HTML (via lynx) 
+      using <filename>install-unix.xml</filename>. Before commit, be sure 
+      Unix style (\n) line endings are used. Both 
+      <filename>install-unix.txt</filename> and 
+      <filename>install-unix.html</filename> are generated.
+     </para>
+    </listitem>
+    <listitem>
+     <para>
       <literal>pdf</literal>, a PDF version of the manual, currently not
       available online
      </para>

Reply via email to