pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide doc/guide: document why autogenerated IDs ar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95fc7b73d6ab
branches: trunk
changeset: 423668:95fc7b73d6ab
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Feb 23 18:09:36 2020 +0000
description:
doc/guide: document why autogenerated IDs are forbidden
diffstat:
doc/guide/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e58ac3d8e53c -r 95fc7b73d6ab doc/guide/Makefile
--- a/doc/guide/Makefile Sun Feb 23 18:07:10 2020 +0000
+++ b/doc/guide/Makefile Sun Feb 23 18:09:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2020/02/23 17:43:20 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2020/02/23 18:09:36 rillig Exp $
DISTNAME= pkgsrc-guide-${PKGVERSION}
CATEGORIES= # empty
@@ -83,6 +83,8 @@
${RUN} cd ${WRKSRC}; \
${GREP} 'idm[0-9][0-9][0-9][0-9][0-9]' ./*.html || exit 0; \
${FAIL_MSG} "[post-build] HTML files contain generated IDs."
+ # These IDs generate unnecessary changes to the generated files,
+ # when they are committed to pkgsrc/doc/ and htdocs.
do-install:
.if !empty(OUTPUTS:Mhtml) || !empty(OUTPUTS:Mhtml-split)
Home |
Main Index |
Thread Index |
Old Index