summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-07 01:24:00 +0000
committerrillig <rillig@pkgsrc.org>2006-10-07 01:24:00 +0000
commitc482c67daf148224771ba8631a956c7a7137f54e (patch)
treeff166bbdba0541d8ccb078f740c3c749a2e2f1d8 /doc
parent47865476d9b62a2ea965e8520f84814b6d91a631 (diff)
downloadpkgsrc-c482c67daf148224771ba8631a956c7a7137f54e.tar.gz
Minor rewording.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/editing.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/guide/files/editing.xml b/doc/guide/files/editing.xml
index 1da20a5e567..b926df44fab 100644
--- a/doc/guide/files/editing.xml
+++ b/doc/guide/files/editing.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: editing.xml,v 1.12 2006/07/29 17:55:13 rillig Exp $ -->
+<!-- $NetBSD: editing.xml,v 1.13 2006/10/07 01:24:00 rillig Exp $ -->
<appendix id="editing">
<title>Editing guidelines for the pkgsrc guide</title>
@@ -70,14 +70,16 @@
regenerate the output files with the proper RCS
Ids.</para></step>
- <step><para>Run <command>bmake regenerate</command> to
- regenerate the files in both <filename>pkgsrc/doc</filename> and
- <filename>htdocs</filename>.</para></step>
+ <step><para>Run <command>bmake regen</command> to install and
+ commit the files in both <filename>pkgsrc/doc</filename> and
+ <filename>htdocs</filename>.</para>
- <step><para>If you have added, removed or renamed some chapters,
+ <note><para>If you have added, removed or renamed some chapters,
you need to synchronize them using <command>cvs add</command> or
<command>cvs delete</command> in the htdocs
- directory.</para></step>
+ directory.</para></note>
+
+ </step>
</procedure>