summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-11-02 23:26:19 +0000
committerKarl Heuer <kwzh@gnu.org>1995-11-02 23:26:19 +0000
commit56168150bc9ca1e15019d95dc79dceef461d7dfc (patch)
treef7d537914d9dac5fba0f097ff035df741e936b09 /make-dist
parenta34d598653dc411854e58d15c59109a168f25762 (diff)
downloademacs-56168150bc9ca1e15019d95dc79dceef461d7dfc.tar.gz
Create lisp/MANIFEST.
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}