Merge branch 'maint'
This commit is contained in:
commit
200037dcd2
|
@ -68,7 +68,7 @@ foreach my $commit (@commits) {
|
||||||
if ($kind =~ /\S/) {
|
if ($kind =~ /\S/) {
|
||||||
# do not delete or rename directories from the list as long as
|
# do not delete or rename directories from the list as long as
|
||||||
# Changelog entries referring to them exist!
|
# 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 ));
|
remove_parts(qw( .*Makefile README .+\.mk ));
|
||||||
}
|
}
|
||||||
if ($kind eq "lisp") { remove_parts("doc/") }
|
if ($kind eq "lisp") { remove_parts("doc/") }
|
||||||
|
|
Loading…
Reference in New Issue