]> code.delx.au - gnu-emacs/blobdiff - make-dist
Show a keyboard macro with minibuffer arguments in it.
[gnu-emacs] / make-dist
index 4af0b4c99c1d86b8dc4f9c7f9008cb9a29c135cc..e6ec3fcb373047dced83a7f99dac8c982adc59d1 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -33,6 +33,12 @@ progname="$0"
 ### Print out each line we read, for debugging's sake.
 #set -v
 
+LANGUAGE=C
+LC_ALL=C
+LC_MESSAGES=
+LANG=
+export LANGUAGE LC_ALL LC_MESSAGES LANG
+
 ## Don't restrict access to any files.
 umask 0
 
@@ -387,8 +393,12 @@ echo "Making links to \`leim' and its subdirectories for the LEIM distribution"
  ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/real-leim/SKK-DIC
  ln MISC-DIC/*.* ../${tempdir}/real-leim/MISC-DIC
  ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/real-leim/ja-dic
- ln quail/[a-zA-Z]*.el quail/[a-zA-Z]*.elc ../${tempdir}/real-leim/quail
  ln Makefile.in ../${tempdir}/real-leim/Makefile.in
+ ln quail/[a-z]*.el quail/[a-z]*.elc ../${tempdir}/real-leim/quail
+ rm -f ../${tempdir}/real-leim/quail/quick-b5.*
+ rm -f ../${tempdir}/real-leim/quail/quick-cns.*
+ rm -f ../${tempdir}/real-leim/quail/tsang-b5.*
+ rm -f ../${tempdir}/real-leim/quail/tsang-cns.*
 
  cd ../${tempdir}/real-leim
  rm -f TAGS =* */=*)
@@ -584,7 +594,7 @@ echo "Making links to \`man'"
  test -f Makefile.in && ln Makefile.in ../${tempdir}/man
  ln ChangeLog ../${tempdir}/man
  test -f split-man && ln split-man ../${tempdir}/man
test -f texinfo.tex && cp texinfo.tex ../${tempdir}/man
+ cp texinfo.tex ../${tempdir}/man
  cd ../${tempdir}/man
  rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
  rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)