]> git.eshelyaron.com Git - emacs.git/commitdiff
Create lisp/MANIFEST.
authorKarl Heuer <kwzh@gnu.org>
Thu, 2 Nov 1995 23:26:19 +0000 (23:26 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 2 Nov 1995 23:26:19 +0000 (23:26 +0000)
make-dist

index 48de734c5ee99b6e9eb97659ee6c39a8c5fca04e..9b42051922690d9a90a6ae6c360763f36ec133e4 100755 (executable)
--- 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}