pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc/guide



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Sep 28 07:56:41 UTC 2017

Modified Files:
        pkgsrc/doc/guide: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/doc/guide/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/Makefile
diff -u pkgsrc/doc/guide/Makefile:1.46 pkgsrc/doc/guide/Makefile:1.47
--- pkgsrc/doc/guide/Makefile:1.46      Thu Sep 28 07:35:35 2017
+++ pkgsrc/doc/guide/Makefile   Thu Sep 28 07:56:41 2017
@@ -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"



Home | Main Index | Thread Index | Old Index