From 00d357ab9822bbc2c8808d44256d9b490d6cf281 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 17 Jul 2011 17:24:08 +0200 Subject: [PATCH] keep Emacs' Changelog clean * UTILITIES/make_emacs_changelog: remove UTILITIES/ and all Makefiles from Emacs' Changelog --- UTILITIES/make_emacs_changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UTILITIES/make_emacs_changelog b/UTILITIES/make_emacs_changelog index 8d14a757d..565bc6438 100755 --- a/UTILITIES/make_emacs_changelog +++ b/UTILITIES/make_emacs_changelog @@ -59,8 +59,8 @@ for $i (0..$#commits) { # remove stuff which is not for this output if ($kind =~ /\S/) { - remove_parts("contrib/","testing/","xemacs/"); - remove_parts("Makefile","README"); + remove_parts("contrib/","testing/","xemacs/","UTILITIES/"); + remove_parts(".*Makefile","README",".+\.mk"); } if ($kind eq "lisp") { remove_parts("doc/") } if ($kind eq "texi") { remove_parts("lisp/","doc/orgcard","doc/orgguide") }