1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* make-dist: No longer create lisp/MANIFEST.

No-one can remember what this file was for.
http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00512.html
This commit is contained in:
Glenn Morris 2010-10-19 20:55:30 -07:00
parent e43b1141f3
commit daabcfb9c6
2 changed files with 4 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2010-10-20 Glenn Morris <rgm@gnu.org>
* make-dist: No longer create lisp/MANIFEST.
2010-10-14 Glenn Morris <rgm@gnu.org>
* BUGS, INSTALL.BZR, README: Updates.

View File

@ -270,18 +270,6 @@ then
$EMACS -batch -f batch-byte-recompile-directory lisp leim
fi
## What is this file for? It goes in srcdir, not the tarfile.
## Why does it exclude term/ ?
echo "Making lisp/MANIFEST"
files=`find lisp -type f -name '*.el'`
for file in $files; do
case "$file" in
*/subdirs.el|*/default.el|*/loaddefs.el|*/term/*) continue ;;
esac
sed -n 's/^;;; //p; q' $file
done | sort > lisp/MANIFEST
echo "Creating staging directory: \`${tempparent}'"
mkdir ${tempparent}