0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

mk/make_emacs_changelog: Small fix

This commit is contained in:
Bastien Guerry 2012-09-03 12:47:02 +02:00
parent 74c57911a7
commit 432c6ee7c9

View file

@ -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/") }