From: Eli Zaretskii Date: Sat, 2 Feb 2002 14:59:25 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-21.2~130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=138d39b90c07d329e85d6a494921134b817235cc;p=emacs.git Fix last change. --- diff --git a/make-dist b/make-dist index 0785b4f6679..b6dea4feb4e 100755 --- a/make-dist +++ b/make-dist @@ -358,9 +358,6 @@ echo "Making links to \`lisp' and its subdirectories" ;; esac done - (cd ../${tempdir}/lisp - rm -rf calc - ) for file in $subdirs; do echo " lisp/$file" @@ -386,6 +383,12 @@ echo "Making links to \`lisp' and its subdirectories" fi done ) +### Don't distribute an empty calc directory, present due to CVS +### misfeatures. + (cd ../${tempdir}/lisp + rm -rf calc + ) + echo "Making links to \`leim' and its subdirectories for the LEIM distribution" ### Don't distribute TAGS, or =*.el files. (cd leim