diff options
author | hubertf <hubertf> | 2004-11-09 17:38:23 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2004-11-09 17:38:23 +0000 |
commit | c86887f85ad7e007bf45a8666daf6b7c31bc51c3 (patch) | |
tree | dccf1d04b093b386a8049532ecb236accb17085d /doc/pkgsrc.html | |
parent | e4620df6c4e2618f993490795e06a35e84430192 (diff) | |
download | pkgsrc-c86887f85ad7e007bf45a8666daf6b7c31bc51c3.tar.gz |
Re-generate for today's changes (editing.xml)
Diffstat (limited to 'doc/pkgsrc.html')
-rw-r--r-- | doc/pkgsrc.html | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index db577e07341..31271db0e47 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -10950,6 +10950,13 @@ Registering depends:. </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 @@ Registering depends:. <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 @@ Registering depends:. <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> |