goba Sun Jan 11 05:19:05 2004 EDT
Modified files:
/phpdoc/howto cvs.xml
Log:
adding info on how to check out all the documentation modules
Index: phpdoc/howto/cvs.xml
diff -u phpdoc/howto/cvs.xml:1.11 phpdoc/howto/cvs.xml:1.12
--- phpdoc/howto/cvs.xml:1.11 Sat Apr 12 10:18:13 2003
+++ phpdoc/howto/cvs.xml Sun Jan 11 05:19:05 2004
@@ -315,9 +315,20 @@
<title>Note: Brazilian Portuguese</title>
<para>
The format of this translations name differs from the rest in that it's
- called <literal>pt_BR</literal>
+ called <literal>pt_BR</literal>.
</para>
</note>
+ <para>
+ You also have the ability of checking out the complete build
+ infrastructure and all the languages. You can do this with:
+ <informalexample>
+ <programlisting>
+$ cvs checkout <parameter>phpdoc-all</parameter>
+ </programlisting>
+ </informalexample>
+ The result of this command will be a phpdoc-all folder with all the
+ stuff you requested.
+ </para>
</sect1>
<sect1 id="cvs-update">