automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SIMPLE PATCH] {maint} Make HACKING visible to the end user (was: Mentio


From: Stefano Lattarini
Subject: [SIMPLE PATCH] {maint} Make HACKING visible to the end user (was: Mentioning HACKING in ChangeLog)
Date: Tue, 14 Sep 2010 22:36:28 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Since I see no reason forcing us to keep the HACKING file "invisible"
to the end user (not in ChangeLog, not in distributed tarball, ...),
I've gone ahead and written a very simple patch to mke it "visible".
OK for maint?

Regards,
  Stefano
From 1ef59cdc330f2e863fcd4d9d2a6fb712826ffeb2 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Tue, 14 Sep 2010 22:29:19 +0200
Subject: [PATCH] Make HACKING visible to the end user.

* HACKING: It's ok to mention it in the ChangeLog and to put
in the distribution tarball.
* Makefile.am (EXTRA_DIST): Add `HACKING'.
---
 ChangeLog   |    7 +++++++
 HACKING     |    3 ---
 Makefile.am |    1 +
 Makefile.in |    1 +
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7b64d55..f7841a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-14  Stefano Lattarini  <address@hidden>
+
+       Make HACKING visible to the end user.
+       * HACKING: It's ok to mention it in the ChangeLog and to put
+       in the distribution tarball.
+       * Makefile.am (EXTRA_DIST): Add `HACKING'.
+
 2010-09-13  Ralf Wildenhues  <address@hidden>
 
        * HACKING: Hint at old commits with `git describe' output.
diff --git a/HACKING b/HACKING
index ecbd0a8..f965ece 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 3aead75..6f99ec8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,7 @@ EXTRA_DIST = \
   ChangeLog.03 \
   ChangeLog.04 \
   ChangeLog.09 \
+  HACKING \
   bootstrap \
   $(AUTOMAKESOURCES)
 
diff --git a/Makefile.in b/Makefile.in
index 528b80e..765350d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -249,6 +249,7 @@ EXTRA_DIST = \
   ChangeLog.03 \
   ChangeLog.04 \
   ChangeLog.09 \
+  HACKING \
   bootstrap \
   $(AUTOMAKESOURCES)
 
-- 
1.7.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]