summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-09-09 08:49:31 +0200
committerSimon Josefsson <simon@josefsson.org>2011-09-09 08:49:31 +0200
commit24ce0c3ec407144892fc21b7ddadd4ada5f96cc2 (patch)
tree369af69b59487dec0886421449c695cf518de3d2 /maint.mk
parent8c1f6e123b1e6aa852c2a823008e3dbf5ef0dd6b (diff)
downloadgnutls-24ce0c3ec407144892fc21b7ddadd4ada5f96cc2.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/maint.mk b/maint.mk
index d364934549..c9ffb95a5b 100644
--- a/maint.mk
+++ b/maint.mk
@@ -1235,9 +1235,9 @@ emit_upload_commands:
@echo =====================================
define emit-commit-log
- printf '%s\n' 'post-release administrivia' '' \
- '* NEWS: Add header line for next release.' \
- '* .prev-version: Record previous version.' \
+ printf '%s\n' 'maint: post-release administrivia' '' \
+ '* NEWS: Add header line for next release.' \
+ '* .prev-version: Record previous version.' \
'* cfg.mk (old_NEWS_hash): Auto-update.'
endef