]> code.delx.au - gnu-emacs/commitdiff
(MANIFEST): Don't include lines from =files.
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 Apr 1996 03:34:38 +0000 (03:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 Apr 1996 03:34:38 +0000 (03:34 +0000)
make-dist

index 99a586689b716bf045f6b514459f849d86b6ee9e..949f6eadd48a91344a1c8e37c2d7a67fada6f986 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -157,7 +157,7 @@ src/emacs -batch -f batch-update-autoloads lisp
 
 echo "Making lisp/MANIFEST"
 
-(cd lisp; head -1 *.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
+(cd lisp; head -1 [^=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
 
 echo "Creating staging directory: \`${tempparent}'"