Received: by mail.netbsd.org (Postfix, from userid 605) id BC05684DB6; Sat, 20 Jun 2020 14:55:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4676484DB5 for ; Sat, 20 Jun 2020 14:55:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QoNwIVKibY9u for ; Sat, 20 Jun 2020 14:55:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A227684D66 for ; Sat, 20 Jun 2020 14:55:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BD03FB28; Sat, 20 Jun 2020 14:55:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159266490693990" MIME-Version: 1.0 Date: Sat, 20 Jun 2020 14:55:06 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/doc/guide To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200620145506.9BD03FB28@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. --_----------=_159266490693990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Jun 20 14:55:06 UTC 2020 Modified Files: pkgsrc/doc/guide: Makefile Log Message: doc/guide: update from CVS before regenerating doc and htdocs To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/doc/guide/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159266490693990 Content-Disposition: inline Content-Length: 859 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.62 pkgsrc/doc/guide/Makefile:1.63 --- pkgsrc/doc/guide/Makefile:1.62 Thu Apr 2 20:39:10 2020 +++ pkgsrc/doc/guide/Makefile Sat Jun 20 14:55:06 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2020/04/02 20:39:10 leot Exp $ +# $NetBSD: Makefile,v 1.63 2020/06/20 14:55:06 rillig Exp $ DISTNAME= pkgsrc-guide-${PKGVERSION} CATEGORIES= # empty @@ -114,8 +114,13 @@ install-htdocs: build cd ${WRKSRC} && ${CP} pkgsrc.txt pkgsrc.pdf pkgsrc.ps *.html \ ${HTDOCSDIR}/docs/pkgsrc -.PHONY: regen regen-doc regen-htdocs -regen: regen-doc regen-htdocs +.PHONY: regen cvs-update regen-doc regen-htdocs +regen: cvs-update regen-doc regen-htdocs + +regen: cvs-update + +cvs-update: + cvs -q update -dP regen-doc: build @${STEP_MSG} "Updating the files in pkgsrc/doc" --_----------=_159266490693990--