Mercurial > emacs
changeset 42220:62671693b79f
Set SHELL and VPATH when running makeinfo in lispintro.
Don't copy lispref/index.texi to the staging directory.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 21 Dec 2001 10:17:16 +0000 |
parents | 3465372c9239 |
children | 1af7ce62a225 |
files | make-dist |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Fri Dec 21 09:20:35 2001 +0000 +++ b/make-dist Fri Dec 21 10:17:16 2001 +0000 @@ -242,7 +242,7 @@ 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 \`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