summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authormspo <mspo@pkgsrc.org>2014-02-25 00:54:35 +0000
committermspo <mspo@pkgsrc.org>2014-02-25 00:54:35 +0000
commit8b6bc78bfd48e98ce814564adcda9ad00894eb1b (patch)
tree07de9d0cff9af755ca2e2b517eb2f991d85e1a18 /doc/pkgsrc.txt
parent9535ebd4a02864c45cf72dd0eb082d96b090425e (diff)
downloadpkgsrc-8b6bc78bfd48e98ce814564adcda9ad00894eb1b.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.