summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 99a586689b7..949f6eadd48 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}'"