aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 95512c7f482..a113e00413b 100755
--- a/make-dist
+++ b/make-dist
@@ -398,10 +398,10 @@ echo "Making links to \`lisp' and its subdirectories"
398 mkdir -p ../${tempdir}/lisp/$file 398 mkdir -p ../${tempdir}/lisp/$file
399 ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file 399 ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file
400 ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file 400 ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file
401 ## calc/README.priv, nxml/TODO 401 ## calc/README.priv
402 for f in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.[xp]bm \ 402 for f in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.[xp]bm \
403 $file/README $file/ChangeLog $file/ChangeLog.*[0-9] \ 403 $file/README $file/ChangeLog $file/ChangeLog.*[0-9] \
404 $file/README.prev $file/TODO; do 404 $file/README.prev; do
405 if [ -f $f ]; then 405 if [ -f $f ]; then
406 ln $f ../${tempdir}/lisp/$file 406 ln $f ../${tempdir}/lisp/$file
407 fi 407 fi