From bcfa90d2b6e5777600e869a642b77d74b53dd959 Mon Sep 17 00:00:00 2001 From: leot Date: Thu, 28 Sep 2017 07:56:41 +0000 Subject: 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. --- doc/guide/Makefile | 4 ++-- 1 file 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" -- cgit v1.2.3