Received: by mail.netbsd.org (Postfix, from userid 605) id 7BC7284D69; Thu, 28 Sep 2017 07:56:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EF9C84D66 for ; Thu, 28 Sep 2017 07:56:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id u53LdcmTxrvN for ; Thu, 28 Sep 2017 07:56:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6F6D784D29 for ; Thu, 28 Sep 2017 07:56:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 654D6FA9C; Thu, 28 Sep 2017 07:56:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506585401274110" MIME-Version: 1.0 Date: Thu, 28 Sep 2017 07:56:41 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc/guide To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170928075641.654D6FA9C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1506585401274110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1506585401274110 Content-Disposition: inline Content-Length: 755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1506585401274110--