diff options
author | wiz <wiz> | 2009-08-21 12:54:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-21 12:54:07 +0000 |
commit | 4c88978b96bf3148b8e5813de3bf62d0685d34b9 (patch) | |
tree | f4a8eeedfcfa13400d947bb80800595daef49f52 /doc/guide | |
parent | 59d5e98fa79fe928c12568c6bbc6badfa1d6abce (diff) | |
download | pkgsrc-4c88978b96bf3148b8e5813de3bf62d0685d34b9.tar.gz |
Mention changes-entry-commit, and that changes-entry now also removes entries
from the TODO file.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/submit.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/guide/files/submit.xml b/doc/guide/files/submit.xml index 81b3af6baf6..510ddd13902 100644 --- a/doc/guide/files/submit.xml +++ b/doc/guide/files/submit.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: submit.xml,v 1.21 2009/05/17 23:35:01 snj Exp $ --> +<!-- $NetBSD: submit.xml,v 1.22 2009/08/21 12:54:07 wiz Exp $ --> <chapter id="submit"> <?dbhtml filename="submit.html"?> <title>Submitting and Committing</title> @@ -84,8 +84,10 @@ <varname>CTYPE</varname> variable on the command line to "Added", "Moved", or "Removed". You can set <varname>NETBSD_LOGIN_NAME</varname> in &mk.conf; if your local login name is - not the same as your NetBSD login name. Don't forget to commit - the changes to <filename>pkgsrc/doc/CHANGES-<replaceable>YYYY</replaceable></filename>!</para> + not the same as your NetBSD login name. The target also automatically + removes possibly existing entries for the package in the + <filename>TODO</filename> file. Don't forget to commit + the changes, e.g. by using <command>make changes-entry-commit</command>!</para> </sect1> <sect1 id="committing-importing"> |