X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/05494c29468aea12319e12b4917b4cc078e034f0..1e2eddb4358e25d0d6a1d749a5a2398c97924d77:/make-dist diff --git a/make-dist b/make-dist index 1923f5dd55..f5f2783419 100755 --- a/make-dist +++ b/make-dist @@ -150,7 +150,7 @@ echo Version numbers are $version and $shortversion if [ $update = yes ]; then - if grep -s "GNU Emacs version ${shortversion}" ./man/emacs.texi > /dev/null; then + if grep -s "@set EMACSVER *${shortversion}" ./man/emacs.texi > /dev/null; then true else echo "You must update the version number in \`./man/emacs.texi'" @@ -242,7 +242,7 @@ then echo "Updating Info files" (cd man; make -f Makefile.in srcdir=. info) (cd lispref; make -f Makefile.in srcdir=. info) - (cd lispintro; make -f Makefile.in srcdir=. info) + (cd lispintro; make -f Makefile.in SHELL=/bin/sh srcdir=. info VPATH=.) echo "Updating finder, custom and autoload data" (cd lisp; make updates EMACS="$EMACS") @@ -595,7 +595,8 @@ echo "Making links to \`man'" echo "Making links to \`lispref'" (cd lispref - ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref + ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref + ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref test -f README && ln README ../${tempdir}/lispref test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref