Fri Mar 26 17:44:56 2021 UTC ()
guide: Note that "make regen" will commit the new versions

It seemed obvious to me that regen would create the files, so they
could be reviewed, and that one would then commit them manually.  Warn
the next person...


(gdt)
diff -r1.69 -r1.70 pkgsrc/doc/guide/Makefile

cvs diff -r1.69 -r1.70 pkgsrc/doc/guide/Makefile (expand / switch to unified diff)

--- pkgsrc/doc/guide/Makefile 2021/01/10 14:50:06 1.69
+++ pkgsrc/doc/guide/Makefile 2021/03/26 17:44:56 1.70
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.69 2021/01/10 14:50:06 leot Exp $ 1# $NetBSD: Makefile,v 1.70 2021/03/26 17:44:56 gdt Exp $
2 2
3DISTNAME= pkgsrc-guide-${PKGVERSION} 3DISTNAME= pkgsrc-guide-${PKGVERSION}
4CATEGORIES= # empty 4CATEGORIES= # empty
5MASTER_SITES= ${MASTER_SITE_LOCAL} 5MASTER_SITES= ${MASTER_SITE_LOCAL}
6DISTFILES= htdocs-share-20210110.tar.gz 6DISTFILES= htdocs-share-20210110.tar.gz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ 9HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/
10COMMENT= The pkgsrc guide 10COMMENT= The pkgsrc guide
11 11
12# To regenerate pkgsrc/doc/pkgsrc.{html,txt} and 12# To regenerate pkgsrc/doc/pkgsrc.{html,txt} and
13# htdocs/docs/pkgsrc, just run "make regen". 13# htdocs/docs/pkgsrc, just run "make regen".
 14# NOTE THAT THIS WILL COMMIT THOSE UPDATED VERSIONS!
14 15
15PKGVERSION!= date '+%Y%m%d' 16PKGVERSION!= date '+%Y%m%d'
16DIST_SUBDIR= ${PKGBASE} 17DIST_SUBDIR= ${PKGBASE}
17USE_LANGUAGES= # empty 18USE_LANGUAGES= # empty
18MAKE_ENV+= SED=${SED:Q} 19MAKE_ENV+= SED=${SED:Q}
19 20
20PLIST_VARS= ascii html pdf epub 21PLIST_VARS= ascii html pdf epub
21 22
22DOCDIR= ${PREFIX}/share/doc/pkgsrc 23DOCDIR= ${PREFIX}/share/doc/pkgsrc
23.if exists(/usr/cvs/htdocs) 24.if exists(/usr/cvs/htdocs)
24HTDOCSDIR?= /usr/cvs/htdocs 25HTDOCSDIR?= /usr/cvs/htdocs
25.endif 26.endif
26HTDOCSDIR?= ${.CURDIR}/../../../htdocs 27HTDOCSDIR?= ${.CURDIR}/../../../htdocs