Mercurial > emacs
diff make-dist @ 15002:0588af7eae96
(MANIFEST): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Apr 1996 06:39:36 +0000 |
parents | c92fad046dd3 |
children | 18e09f76bf0c |
line wrap: on
line diff
--- a/make-dist Fri Apr 12 06:07:06 1996 +0000 +++ b/make-dist Fri Apr 12 06:39:36 1996 +0000 @@ -157,7 +157,7 @@ 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}'"