/[emacs]/emacs/make-dist
ViewVC logotype

Diff of /emacs/make-dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.195 by pj, Fri Dec 21 09:06:34 2001 UTC revision 1.196 by eliz, Fri Dec 21 10:17:16 2001 UTC
# Line 242  then Line 242  then
242    echo "Updating Info files"    echo "Updating Info files"
243    (cd man; make -f Makefile.in srcdir=. info)    (cd man; make -f Makefile.in srcdir=. info)
244    (cd lispref; make -f Makefile.in srcdir=. info)    (cd lispref; make -f Makefile.in srcdir=. info)
245    (cd lispintro; make -f Makefile.in srcdir=. info)    (cd lispintro; make -f Makefile.in SHELL=/bin/sh srcdir=. info VPATH=.)
246    
247    echo "Updating finder, custom and autoload data"    echo "Updating finder, custom and autoload data"
248    (cd lisp; make updates EMACS="$EMACS")    (cd lisp; make updates EMACS="$EMACS")
# Line 595  echo "Making links to \`man'" Line 595  echo "Making links to \`man'"
595    
596  echo "Making links to \`lispref'"  echo "Making links to \`lispref'"
597  (cd lispref  (cd lispref
598   ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref   ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref
599     ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref
600   ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref   ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref
601   test -f README && ln README ../${tempdir}/lispref   test -f README && ln README ../${tempdir}/lispref
602   test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref   test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref

Legend:
Removed from v.1.195  
changed lines
  Added in v.1.196

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26