浏览代码

mk/make_emacs_changelog: Small fix

Bastien Guerry 12 年之前
父节点
当前提交
432c6ee7c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mk/make_emacs_changelog

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