summaryrefslogtreecommitdiff
path: root/doc/guide
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
commit012a0595f5053a5371395f57c7350626f5fc26dc (patch)
treeff166bbdba0541d8ccb078f740c3c749a2e2f1d8 /doc/guide
parent7cacdce38ad9056a24eb87c56ae91def99570620 (diff)
downloadpkgsrc-012a0595f5053a5371395f57c7350626f5fc26dc.tar.gz
Minor rewording.
Diffstat (limited to 'doc/guide')
-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>