# HG changeset patch # User Eli Zaretskii # Date 1006602553 0 # Node ID 9cef47e51d377f0e10c49cb0c54806674e96b10b # Parent d8ec00ff90dfdce9ae0609dc74e62bee750669eb Copy files in the lispintro directory. diff -r d8ec00ff90df -r 9cef47e51d37 make-dist --- a/make-dist Sat Nov 24 11:41:23 2001 +0000 +++ b/make-dist Sat Nov 24 11:49:13 2001 +0000 @@ -242,6 +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) echo "Updating finder, custom and autoload data" (cd lisp; make updates EMACS="$EMACS") @@ -307,7 +308,7 @@ echo "Creating subdirectories" -for subdir in lisp site-lisp lispref \ +for subdir in lisp site-lisp lispref lispintro \ 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 \ @@ -612,6 +613,17 @@ rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail rm -f elisp.?? *.log *.toc *.dvi *.oaux) +echo "Making links to \`lispintro'" +(cd lispintro + ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro + test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro + test -f README && ln README ../${tempdir}/lispintro + test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro + ln ChangeLog ../${tempdir}/lispintro + cd ../${tempdir}/lispintro + rm -f \#*\# =* *~ core *.Z *.z xmail + rm -f emacs-lisp-intro.?? *.log *.toc *.dvi *.oaux) + echo "Making links to \`vms'" (cd vms test -f README && ln README ../${tempdir}/vms