* cfg.mk: Use --cksum-checksums with announce-gen. --- cfg.mk | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/cfg.mk b/cfg.mk index 336275fc8..88a550abb 100644 --- a/cfg.mk +++ b/cfg.mk @@ -884,6 +884,10 @@ sc_prohibit-long-form-bug-urls: announcement_Cc_ = $(translation_project_), \ [email protected], [email protected] +# Write cksum supported checksums into the announcement. +# I.e., base64 to reduce space, and possibly tagged to ease usage. +announce_gen_args = --cksum-checksums + -include $(srcdir)/dist-check.mk update-copyright-env = \ -- 2.51.1
