diff options
author | mspo <mspo@pkgsrc.org> | 2014-02-25 02:30:06 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2014-02-25 02:30:06 +0000 |
commit | 87dd069f9ecaca7f75bd9c28c61c5fae54773915 (patch) | |
tree | f1218802b02f83edd15069a529e251cef0ac30d1 /doc | |
parent | 58a13e2dc61540495192f08b88cafb186d5c52ce (diff) | |
download | pkgsrc-87dd069f9ecaca7f75bd9c28c61c5fae54773915.tar.gz |
change docs saying changes-entry-commit to commit-changes-entry, the correct target
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/submit.xml | 6 | ||||
-rw-r--r-- | doc/pkgsrc.txt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/guide/files/submit.xml b/doc/guide/files/submit.xml index c735f6cf1dc..ca20c7148fd 100644 --- a/doc/guide/files/submit.xml +++ b/doc/guide/files/submit.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: submit.xml,v 1.27 2014/02/25 00:54:35 mspo Exp $ --> +<!-- $NetBSD: submit.xml,v 1.28 2014/02/25 02:30:06 mspo Exp $ --> <chapter id="submit"> <?dbhtml filename="submit.html"?> <title>Submitting and Committing</title> @@ -87,7 +87,7 @@ 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>! + the changes, e.g. by using <command>make commit-changes-entry</command>! If you are not using a checkout directly from cvs.NetBSD.org, but e.g. a local copy of the repository, you can set USE_NETBSD_REPO=yes. This makes the cvs commands use the main repository. @@ -116,7 +116,7 @@ you can check by running <quote>cvs status</quote>. An example:</para> &uprompt; cvs commit Makefile &uprompt; cd pkgname &uprompt; make CTYPE=Added changes-entry -&uprompt; make changes-entry-commit +&uprompt; make commit-changes-entry </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 b0e9029a794..5ed5f49b1ae 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -8097,7 +8097,7 @@ or package moves or removals, set the CTYPE variable on the command line to your local login name is not the same as your NetBSD login name. The target also automatically removes possibly existing entries for the package in the TODO file. Don't forget to commit the changes, e.g. by using make -changes-entry-commit! If you are not using a checkout directly from +commit-changes-entry! If you are not using a checkout directly from cvs.NetBSD.org, but e.g. a local copy of the repository, you can set USE_NETBSD_REPO=yes. This makes the cvs commands use the main repository. @@ -8123,7 +8123,7 @@ $ vi Makefile # add SUBDIRS+=pkgname line $ cvs commit Makefile $ cd pkgname $ make CTYPE=Added changes-entry -$ make changes-entry-commit +$ make commit-changes-entry 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. |