1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-29 11:02:33 +00:00

keep Emacs' Changelog clean

* UTILITIES/make_emacs_changelog: remove UTILITIES/ and all
	Makefiles from Emacs' Changelog
This commit is contained in:
Achim Gratz 2011-07-17 17:24:08 +02:00
parent f29ef857ae
commit 00d357ab98

View File

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