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: 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.
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"
Home |
Main Index |
Thread Index |
Old Index