diff options
author | leot <leot@pkgsrc.org> | 2017-09-28 07:56:41 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-09-28 07:56:41 +0000 |
commit | bcfa90d2b6e5777600e869a642b77d74b53dd959 (patch) | |
tree | f1d28d57909f9ad20b930f1c484db37bc3d82f42 /doc | |
parent | 28642b75094052973a51777b6d05b32b720bc612 (diff) | |
download | pkgsrc-bcfa90d2b6e5777600e869a642b77d74b53dd959.tar.gz |
doc/guide: Use the new syntax for `regen-doc:' commit message
Add a `doc/pkgsrc.*: ' prefix to the regen commit message to follow the
pkgsrc Commit Message Policy.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile index 70c9c1af7ec..0113f3861ba 100644 --- a/doc/guide/Makefile +++ b/doc/guide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2017/09/28 07:35:35 leot Exp $ +# $NetBSD: Makefile,v 1.47 2017/09/28 07:56:41 leot Exp $ DISTNAME= pkgsrc-guide-${PKGVERSION} CATEGORIES= # empty @@ -108,7 +108,7 @@ regen-doc: build cd .. && cvs update pkgsrc.* ${MAKE} ${MAKEFLAGS} install-doc @${STEP_MSG} "Committing the files in pkgsrc/doc" - cd .. && cvs commit -m "regen" pkgsrc.* + cd .. && cvs commit -m "doc/pkgsrc.*: regen" pkgsrc.* regen-htdocs: build @${STEP_MSG} "Updating the files in htdocs" |