philip          Thu Nov 14 21:42:56 2002 EDT

  Modified files:              
    /phpdoc/howto       generating.xml 
  Log:
  Note: run ./configure first if you're adding a new file.
  
  
Index: phpdoc/howto/generating.xml
diff -u phpdoc/howto/generating.xml:1.11 phpdoc/howto/generating.xml:1.12
--- phpdoc/howto/generating.xml:1.11    Wed Jul 17 11:55:01 2002
+++ phpdoc/howto/generating.xml Thu Nov 14 21:42:56 2002
@@ -63,6 +63,8 @@
   <para>
    Now that you have a Makefile, you can validate the
    documentation changes you have previously made:
+  </para>
+  <para>
    <informalexample>
     <programlisting>
 $ cd phpdoc
@@ -112,6 +114,16 @@
    build process to halt, and the manual files and downloads
    wont be updated online. This can make phpdoc people angry.
   </para>
+
+  <note>
+   <title>When adding a new file</title>
+   <para>
+    If you're adding a new file be sure to run
+    <literal>./configure</literal> before again <literal>make test</literal>
+    so that your new file will also be checked.
+  </para>
+ </note>
+ 
  </chapter>
 
  <chapter id="chapter-viewing">



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to