summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
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 /doc/pkgsrc.txt
parentbcdd769964b8f17c4f89634164a217e964d8ef08 (diff)
downloadpkgsrc-8c0e68ec8aaa6c800fc93f009c059763ba7d598d.tar.gz
push doc change about using changes-entry-commit
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt3
1 files changed, 3 insertions, 0 deletions
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.