Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc doc/pkgsrc.*: regen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/156f0a3dd919
branches:  trunk
changeset: 436942:156f0a3dd919
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Wed Aug 12 14:42:36 2020 +0000

description:
doc/pkgsrc.*: regen

diffstat:

 doc/pkgsrc.html |   3 +++
 doc/pkgsrc.txt  |  22 +++++++++++++---------
 2 files changed, 16 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 6b496296371b -r 156f0a3dd919 doc/pkgsrc.html
--- a/doc/pkgsrc.html   Wed Aug 12 14:40:33 2020 +0000
+++ b/doc/pkgsrc.html   Wed Aug 12 14:42:36 2020 +0000
@@ -14024,6 +14024,9 @@
 <a name="procedure"></a>E.2. Procedure</h2></div></div></div>
 <p>The procedure to edit the pkgsrc guide is:</p>
 <div class="procedure"><ol class="procedure" type="1">
+<li class="step"><p>Make sure you have checked out the htdocs repository
+       into a sibling directory of your pkgsrc directory.  You will need
+       the ability to commit from both pkgsrc and htdocs.</p></li>
 <li class="step"><p>Make sure you have the packages needed to
        regenerate the pkgsrc guide (and other XML-based NetBSD
        documentation) installed. These are automatically installed when
diff -r 6b496296371b -r 156f0a3dd919 doc/pkgsrc.txt
--- a/doc/pkgsrc.txt    Wed Aug 12 14:40:33 2020 +0000
+++ b/doc/pkgsrc.txt    Wed Aug 12 14:42:36 2020 +0000
@@ -9826,26 +9826,30 @@
 
 The procedure to edit the pkgsrc guide is:
 
- 1. Make sure you have the packages needed to regenerate the pkgsrc guide (and
+ 1. Make sure you have checked out the htdocs repository into a sibling
+    directory of your pkgsrc directory. You will need the ability to commit
+    from both pkgsrc and htdocs.
+
+ 2. Make sure you have the packages needed to regenerate the pkgsrc guide (and
     other XML-based NetBSD documentation) installed. These are automatically
     installed when you install the meta-pkgs/pkgsrc-guide-tools package.
 
- 2. Run cd doc/guide to get to the right directory. All further steps will take
+ 3. Run cd doc/guide to get to the right directory. All further steps will take
     place here.
 
- 3. Edit the XML file(s) in files/.
-
- 4. Run bmake to check the pkgsrc guide for valid XML and to build the final
+ 4. Edit the XML file(s) in files/.
+
+ 5. Run bmake to check the pkgsrc guide for valid XML and to build the final
     output files. If you get any errors at this stage, you can just edit the
     files, as there are only symbolic links in the working directory, pointing
     to the files in files/.
 
- 5. (cd files && cvs commit)
-
- 6. Run bmake clean && bmake to regenerate the output files with the proper RCS
+ 6. (cd files && cvs commit)
+
+ 7. Run bmake clean && bmake to regenerate the output files with the proper RCS
     Ids.
 
- 7. Run bmake regen to install and commit the files in both pkgsrc/doc and
+ 8. Run bmake regen to install and commit the files in both pkgsrc/doc and
     htdocs.
 
     Note



Home | Main Index | Thread Index | Old Index