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:           Sun Feb 23 18:09:36 UTC 2020

Modified Files:
        pkgsrc/doc/guide: Makefile

Log Message:
doc/guide: document why autogenerated IDs are forbidden


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 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.60 pkgsrc/doc/guide/Makefile:1.61
--- pkgsrc/doc/guide/Makefile:1.60      Sun Feb 23 17:43:20 2020
+++ pkgsrc/doc/guide/Makefile   Sun Feb 23 18:09:36 2020
@@ -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 @@ post-build:
        ${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