[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1.13.2, updated. v1.
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1.13.2, updated. v1.13.1d-2-gd2ed355 |
Date: |
Thu, 09 May 2013 18:16:11 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=d2ed35594beef64f55eb1680ee87d9f7997fb35c
The branch, branch-1.13.2 has been updated
via d2ed35594beef64f55eb1680ee87d9f7997fb35c (commit)
from 799fa256e63bb1a3aa409b7c8a0d4906d829dba9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
maint.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/maint.mk b/maint.mk
index 77b072f..8b72639 100644
--- a/maint.mk
+++ b/maint.mk
@@ -290,7 +290,11 @@ announcement: NEWS
&& X \
&& X "-*-*-*-" \
&& X \
- && sed -n -e '/^~~~/q' -e p $(srcdir)/NEWS >> address@hidden \
+ && $(AWK) '\
+ ($$0 == "New in $(VERSION):") { wait_for_end=1; } \
+ (/^~~~/ && wait_for_end) { exit(0) } \
+ { print } \
+ ' <$(srcdir)/NEWS >> address@hidden \
&& mv -f address@hidden $@
.PHONY: announcement
CLEANFILES += announcement
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1.13.2, updated. v1.13.1d-2-gd2ed355,
Stefano Lattarini <=