From: Richard M. Stallman Date: Fri, 12 Apr 1996 06:39:36 +0000 (+0000) Subject: (MANIFEST): Fix previous change. X-Git-Tag: emacs-19.34~858 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce200cf36d2b734523a01873c6a3dfa60d62678b;p=emacs.git (MANIFEST): Fix previous change. --- diff --git a/make-dist b/make-dist index 401d7462fa4..19082f2968c 100755 --- 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}'"