From: Stefano Lattarini Date: Thu, 22 Dec 2011 20:47:41 +0000 (+0100) Subject: hacking: distribute it, and mention it in the ChangeLog X-Git-Tag: ng-0.5a~92^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc28ec3ee113b576a84134c0a138119ba21bd4e;p=thirdparty%2Fautomake.git 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. --- diff --git a/ChangeLog b/ChangeLog index 6255aa06f..26e4a2dee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-12-22 Stefano Lattarini + + 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 regex: deprecate the obsolete macro AM_WITH_REGEX diff --git a/HACKING b/HACKING index 7043eb1b6..6da0e5941 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 b29092510..bb7b322e1 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 \