X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ebd32d7b078926ccfb6980e001aff6599a15171b..84f72c5bbdf8b1241da9354cafc8e839e53192ea:/make-dist diff --git a/make-dist b/make-dist index 9535e18b7d..3c57500e30 100755 --- a/make-dist +++ b/make-dist @@ -95,6 +95,7 @@ fi ### that the shell is running in an Emacs window.) if [ $update = yes ]; then + unset EMACS_UNIBYTE if [ -f src/emacs ]; then EMACS=`pwd`/src/emacs @@ -211,15 +212,15 @@ if [ $update = yes ]; then echo "Updating Info files" - (cd man; make info) + (cd man; make -f Makefile.in srcdir=. info) echo "Updating finder, custom and autoload data" - (cd lisp; make updates EMACS=$EMACS) + (cd lisp; make updates EMACS="$EMACS") echo "Updating leim-list.el" - (cd leim; make leim-list.el EMACS=$EMACS) + (cd leim; make leim-list.el EMACS="$EMACS") echo "Recompiling Lisp files" @@ -280,7 +281,7 @@ echo "Creating subdirectories" for subdir in lisp site-lisp leim real-leim real-leim/CXTERM-DIC \ real-leim/SKK-DIC real-leim/skk 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 nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ etc etc/e lock info man msdos vms; do mkdir ${tempdir}/${subdir} done @@ -326,6 +327,9 @@ echo "Making links to \`lisp' and its subdirectories" if [ -f $file/README ]; then ln $file/README ../${tempdir}/lisp/$file fi + if [ -f $file/ChangeLog ]; then + ln $file/ChangeLog ../${tempdir}/lisp/$file + fi done ) echo "Making links to \`leim' and its subdirectories for the LEIM distribution" @@ -441,6 +445,10 @@ echo "Making links to \`nt/inc/netinet'" (cd nt/inc/netinet ln [a-z]*.h ../../../${tempdir}/nt/inc/netinet) +echo "Making links to \`nt/icons'" +(cd nt/icons + ln [a-z]*.ico ../../${tempdir}/nt/icons) + echo "Making links to \`msdos'" (cd msdos ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos