summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/make-dist b/make-dist
index 48de734c5ee..9b420519226 100755
--- a/make-dist
+++ b/make-dist
@@ -149,6 +149,10 @@ echo "Updating finder-inf.el."
(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords)
(cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el)
+echo "Making lisp/MANIFEST"
+
+(cd lisp; head -1 *.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
+
echo "Creating staging directory: \`${tempparent}'"
mkdir ${tempparent}