summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-03 12:47:02 +0200
committerBastien Guerry <bzg@altern.org>2012-09-03 12:47:02 +0200
commit432c6ee7c92aac46cd0c64c289c7370fd609a6c7 (patch)
treec8e4b39b9213e9d9c24428be372edfd7d35676f1
parent74c57911a77c36b63e6753f790622c0ab448a1b5 (diff)
downloadorg-mode-432c6ee7c92aac46cd0c64c289c7370fd609a6c7.tar.gz
mk/make_emacs_changelog: Small fix
-rwxr-xr-xmk/make_emacs_changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/make_emacs_changelog b/mk/make_emacs_changelog
index 2b13364..a960c1b 100755
--- a/mk/make_emacs_changelog
+++ b/mk/make_emacs_changelog
@@ -68,7 +68,7 @@ foreach my $commit (@commits) {
if ($kind =~ /\S/) {
# do not delete or rename directories from the list as long as
# Changelog entries referring to them exist!
- remove_parts(qw( contrib/ testing/ xemacs/ UTILITIES/ utils/ mk/ etc/ ));
+ remove_parts(qw( contrib/ testing/ xemacs/ mk/ etc/ ));
remove_parts(qw( .*Makefile README .+\.mk ));
}
if ($kind eq "lisp") { remove_parts("doc/") }