X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/1a93302c2a3447bb1a6b4fbd421fcaf13e40449a..6442995370ee3b861646b96fcdb28fe1ac6b7d57:/make-dist diff --git a/make-dist b/make-dist index d2b2f6fe68..f374dc3c5f 100755 --- a/make-dist +++ b/make-dist @@ -6,7 +6,7 @@ #### be distributed. This means that if you add a file with an odd name, #### you should make sure that this script will include it. -# Copyright (C) 1995, 1997, 1998, 2000 Free Software Foundation, Inc. +# Copyright (C) 1995, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # @@ -28,10 +28,10 @@ progname="$0" ### Exit if a command fails. -set -e +#set -e ### Print out each line we read, for debugging's sake. -### set -v +#set -v ## Don't restrict access to any files. umask 0 @@ -300,7 +300,8 @@ echo "Updating version number in README" echo "Creating subdirectories" -for subdir in lisp site-lisp leim real-leim real-leim/CXTERM-DIC \ +for subdir in lisp site-lisp \ + leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \ real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \ src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ @@ -384,9 +385,14 @@ echo "Making links to \`leim' and its subdirectories for the LEIM distribution" ln CXTERM-DIC/*.tit ../${tempdir}/real-leim/CXTERM-DIC 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/*.el quail/*.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 =* */=*) @@ -427,7 +433,7 @@ echo "Making links to \`src'" ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src ln .gdbinit .dbxinit ../${tempdir}/src cd ../${tempdir}/src - rm -f config.h paths.h Makefile Makefile.c + rm -f config.h epaths.h Makefile Makefile.c rm -f =* TAGS) echo "Making links to \`src/bitmaps'" @@ -582,7 +588,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)