pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Re-generate for today's changes (editing.xml)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b23b98a814d
branches:  trunk
changeset: 483247:2b23b98a814d
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Nov 09 17:38:23 2004 +0000

description:
Re-generate for today's changes (editing.xml)

diffstat:

 doc/pkgsrc.html |  27 +++++++++++++++++++++++----
 doc/pkgsrc.txt  |  19 +++++++++++++------
 2 files changed, 36 insertions(+), 10 deletions(-)

diffs (89 lines):

diff -r 0b276c07ced3 -r 2b23b98a814d doc/pkgsrc.html
--- a/doc/pkgsrc.html   Tue Nov 09 17:37:50 2004 +0000
+++ b/doc/pkgsrc.html   Tue Nov 09 17:38:23 2004 +0000
@@ -10950,6 +10950,13 @@
             </li>
 
             <li>
+              <p>Run <span><b class="command">make
+              do-lint</b></span> in <tt class=
+              "filename">pkgsrc/doc/guide</tt> to check the XML
+              syntax, and fix it if needed</p>
+            </li>
+
+            <li>
               <p>Run <span><b class="command">make</b></span> in
               <tt class="filename">pkgsrc/doc/guide</tt> to build
               the HTML and ASCII version</p>
@@ -10959,15 +10966,13 @@
               <p>Run <span><b class="command">make
               OUTPUT=pdf</b></span> in <tt class=
               "filename">pkgsrc/doc/guide</tt> to build the PDF
-              version. Dont' omit this, as this does a very strict
-              SGML test, and doing this properly is important for
-              getting proper documentation on the web server!</p>
+              version.</p>
             </li>
 
             <li>
               <p>If all is well, run <span><b class="command">make
               install-doc</b></span> to put the generated files
-              into <tt class="filename">pkgserc/doc</tt>.</p>
+              into <tt class="filename">pkgsrc/doc</tt>.</p>
             </li>
 
             <li>
@@ -10979,6 +10984,20 @@
               <p><span><b class="command">cvs commit
               pkgsrc/doc/pkgsrc.{html,txt}</b></span></p>
             </li>
+
+            <li>
+              <p>Until the webserver on www.NetBSD.org is really
+              updated automatically to pick up changes to the
+              pkgsrc guide automatically, also run <span><b class=
+              "command">make install-htdoc
+              HTDOCSDIR=../../../htdocs</b></span> (or similar,
+              adjust <tt class="varname">HTDOCSDIR</tt>!)</p>
+            </li>
+
+            <li>
+              <p><span><b class="command">cvs commit
+              htdocs/Documentation/pkgsrc</b></span></p>
+            </li>
           </ul>
         </div>
       </div>
diff -r 0b276c07ced3 -r 2b23b98a814d doc/pkgsrc.txt
--- a/doc/pkgsrc.txt    Tue Nov 09 17:37:50 2004 +0000
+++ b/doc/pkgsrc.txt    Tue Nov 09 17:38:23 2004 +0000
@@ -4715,16 +4715,23 @@
 
   * Edit the XML file(s) in pkgsrc/doc/guide/files
    
+  * Run make do-lint in pkgsrc/doc/guide to check the XML syntax, and fix it if
+    needed
+   
   * Run make in pkgsrc/doc/guide to build the HTML and ASCII version
    
-  * Run make OUTPUT=pdf in pkgsrc/doc/guide to build the PDF version. Dont'
-    omit this, as this does a very strict SGML test, and doing this properly is
-    important for getting proper documentation on the web server!
-   
-  * If all is well, run make install-doc to put the generated files into
-    pkgserc/doc.
+  * Run make OUTPUT=pdf in pkgsrc/doc/guide to build the PDF version.
+   
+  * If all is well, run make install-doc to put the generated files into pkgsrc
+    /doc.
    
   * cvs commit pkgsrc/doc/guide/files
    
   * cvs commit pkgsrc/doc/pkgsrc.{html,txt}
    
+  * Until the webserver on www.NetBSD.org is really updated automatically to
+    pick up changes to the pkgsrc guide automatically, also run make
+    install-htdoc HTDOCSDIR=../../../htdocs (or similar, adjust HTDOCSDIR!)
+   
+  * cvs commit htdocs/Documentation/pkgsrc
+   



Home | Main Index | Thread Index | Old Index