pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide doc/guide: Use the new syntax for `regen-doc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37dcf2b95f5e
branches:  trunk
changeset: 369316:37dcf2b95f5e
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Sep 28 07:56:41 2017 +0000

description:
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:

 doc/guide/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 21f7e3bcebf0 -r 37dcf2b95f5e doc/guide/Makefile
--- a/doc/guide/Makefile        Thu Sep 28 07:36:28 2017 +0000
+++ b/doc/guide/Makefile        Thu Sep 28 07:56:41 2017 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index