[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-588-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-588-gdcc28ec |
Date: |
Thu, 22 Dec 2011 20:50:00 +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=dcc28ec3ee113b576a84134c0a138119ba21bd4e
The branch, maint has been updated
via dcc28ec3ee113b576a84134c0a138119ba21bd4e (commit)
from 5f335bed3e033246f23c61c130578c9c01ab74bb (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 -----------------------------------------------------------------
commit dcc28ec3ee113b576a84134c0a138119ba21bd4e
Author: Stefano Lattarini <address@hidden>
Date: Thu Dec 22 21:47:41 2011 +0100
hacking: distribute it, and mention it in the ChangeLog
Not distributing the HACKING file might make it more difficult,
for some random curious user, to get informed about or interested
in the Automake development process, or to send us patches.
* Makefile.am (EXTRA_DIST): Add HACKING.
* HACKING: It's OK to distribute this file, and to mention it in
the ChangeLog.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 ++++++++++
HACKING | 3 ---
Makefile.am | 1 +
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6255aa0..26e4a2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-12-22 Stefano Lattarini <address@hidden>
+ hacking: distribute it, and mention it in the ChangeLog
+ Not distributing the HACKING file might make it more difficult,
+ for some random curious user, to get informed about or interested
+ in the Automake development process, or to send us patches.
+ * Makefile.am (EXTRA_DIST): Add HACKING.
+ * HACKING: It's OK to distribute this file, and to mention it in
+ the ChangeLog.
+
+2011-12-22 Stefano Lattarini <address@hidden>
+
regex: deprecate the obsolete macro AM_WITH_REGEX
This is a backport of commit v1.11-433-g37b0aee.
Today, practically nobody uses the GNU rx library, which, according
diff --git a/HACKING b/HACKING
index 7043eb1..6da0e59 100644
--- a/HACKING
+++ b/HACKING
@@ -4,9 +4,6 @@
* This file attempts to describe the rules to use when hacking
automake.
-* Don't put this file into the distribution. Don't mention it in the
- ChangeLog.
-
================================================================
= Administrivia
diff --git a/Makefile.am b/Makefile.am
index b290925..bb7b322 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,7 @@ AUTOMAKESOURCES = automake.in aclocal.in
TAGS_FILES = $(AUTOMAKESOURCES)
EXTRA_DIST = \
+ HACKING \
ChangeLog.96 \
ChangeLog.98 \
ChangeLog.00 \
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-588-gdcc28ec,
Stefano Lattarini <=