summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormspo <mspo>2014-02-25 00:54:35 +0000
committermspo <mspo>2014-02-25 00:54:35 +0000
commit8c0e68ec8aaa6c800fc93f009c059763ba7d598d (patch)
tree07de9d0cff9af755ca2e2b517eb2f991d85e1a18
parentbcdd769964b8f17c4f89634164a217e964d8ef08 (diff)
downloadpkgsrc-8c0e68ec8aaa6c800fc93f009c059763ba7d598d.tar.gz
push doc change about using changes-entry-commit
-rw-r--r--doc/guide/files/submit.xml5
-rw-r--r--doc/pkgsrc.txt3
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/guide/files/submit.xml b/doc/guide/files/submit.xml
index 4829149bf0f..c735f6cf1dc 100644
--- a/doc/guide/files/submit.xml
+++ b/doc/guide/files/submit.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: submit.xml,v 1.26 2012/06/07 08:15:55 wiz Exp $ -->
+<!-- $NetBSD: submit.xml,v 1.27 2014/02/25 00:54:35 mspo Exp $ -->
<chapter id="submit"> <?dbhtml filename="submit.html"?>
<title>Submitting and Committing</title>
@@ -114,6 +114,9 @@ you can check by running <quote>cvs status</quote>. An example:</para>
&uprompt; cd ..
&uprompt; vi Makefile # add SUBDIRS+=pkgname line
&uprompt; cvs commit Makefile
+&uprompt; cd pkgname
+&uprompt; make CTYPE=Added changes-entry
+&uprompt; make changes-entry-commit
</programlisting>
<para>The commit message of the initial import should include part of the
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index a9f9407bf99..b0e9029a794 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -8121,6 +8121,9 @@ $ cvs commit
$ cd ..
$ vi Makefile # add SUBDIRS+=pkgname line
$ cvs commit Makefile
+$ cd pkgname
+$ make CTYPE=Added changes-entry
+$ make changes-entry-commit
The commit message of the initial import should include part of the DESCR file,
so people reading the mailing lists know what the package is/does.