]> code.delx.au - gnu-emacs/blobdiff - make-dist
In Makefiles, -batch implies -q.
[gnu-emacs] / make-dist
index 44895b915241499bb0e74e6e855801769c109334..3d610c1eee60eb41d7e112b6217f4a149d643e5e 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -130,7 +130,6 @@ fi
 ### (Accept only absolute file names.)
 if [ $update = yes ];
 then
-  unset EMACS_UNIBYTE
   if [ -f src/emacs ];
   then
     EMACS=`pwd`/src/emacs
@@ -442,7 +441,7 @@ echo "Making links to \`lwlib'"
 echo "Making links to \`etc' and its subdirectories"
 for f in `find etc -type f`; do
   case $f in
-    etc/DOC*) continue ;;
+    etc/DOC*|etc/*.pyc) continue ;;
   esac
   ln $f $tempdir/$f
 done