summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2011-07-17 17:24:08 +0200
committerAchim Gratz <Stromeko@Stromeko.DE>2012-04-20 21:04:08 +0200
commit00d357ab9822bbc2c8808d44256d9b490d6cf281 (patch)
treeeeb8ceea5b23beceb2ccbe5026696101075f5e12
parentf29ef857ae7a3ad4d191a3c167f9c96d8faf61bd (diff)
downloadorg-mode-00d357ab9822bbc2c8808d44256d9b490d6cf281.tar.gz
keep Emacs' Changelog clean
* UTILITIES/make_emacs_changelog: remove UTILITIES/ and all Makefiles from Emacs' Changelog
-rwxr-xr-xUTILITIES/make_emacs_changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/UTILITIES/make_emacs_changelog b/UTILITIES/make_emacs_changelog
index 8d14a75..565bc64 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") }