]> Savannah Git Hosting - gnulib.git/commitdiff
announce-gen: add comments
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Feb 2025 00:24:26 +0000 (16:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Feb 2025 00:29:00 +0000 (16:29 -0800)
* top/maint.mk: Add comments re recent change.

ChangeLog
top/maint.mk

index 89674821a091888c74674feeb8705057b96894a6..cc0fe249433e4ef7766fa8eb4d651274b2d82913 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-01-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       announce-gen: add comments
+       * top/maint.mk: Add comments re recent change.
+
 2025-02-01  Simon Josefsson  <simon@josefsson.org>
 
        announce-gen: Allow 'make release' to work any day.
index fb2fba93c9201557b50f6a11e8fbc677c1e2af59..8c9fff55aba4306ae215de71769463b1cd1ef5d6 100644 (file)
@@ -146,6 +146,7 @@ url_dir_list ?= $(if $(call _equal,$(gnu_rel_host),ftp.gnu.org),    \
                      https://ftpmirror.gnu.org/$(PACKAGE),             \
                      https://$(gnu_rel_host)/gnu/$(PACKAGE))
 
+# An ERE matching the release date (typically today, but not necessarily).
 # Override this in cfg.mk if you are using a different format in your
 # NEWS file.
 today = [0-9]{4,}-[0-9][0-9]-[0-9][0-9]
@@ -155,6 +156,8 @@ today = [0-9]{4,}-[0-9][0-9]-[0-9][0-9]
 # lines 1..10 of NEWS for $(news-check-regexp).
 # If you want to search only line 3 or only lines 20-22, use "3" or "20,22".
 news-check-lines-spec ?= 1,10
+
+# An ERE quoted for the shell, for matching a version+date line prefix.
 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
 
 # Prevent programs like 'sort' from considering distinct strings to be equal.