diff options
| author | Eli Zaretskii | 2001-11-24 11:49:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-24 11:49:13 +0000 |
| commit | 3716a2068f7366e7cf54af21165f1cecbfab76aa (patch) | |
| tree | 457e65a8b9ae992a6869d4eca73055909107f393 | |
| parent | 7336d09bc13231c0892cb7a867a072f341031751 (diff) | |
| download | emacs-3716a2068f7366e7cf54af21165f1cecbfab76aa.tar.gz emacs-3716a2068f7366e7cf54af21165f1cecbfab76aa.zip | |
Copy files in the lispintro directory.
| -rwxr-xr-x | make-dist | 14 |
1 files changed, 13 insertions, 1 deletions
| @@ -242,6 +242,7 @@ then | |||
| 242 | echo "Updating Info files" | 242 | echo "Updating Info files" |
| 243 | (cd man; make -f Makefile.in srcdir=. info) | 243 | (cd man; make -f Makefile.in srcdir=. info) |
| 244 | (cd lispref; make -f Makefile.in srcdir=. info) | 244 | (cd lispref; make -f Makefile.in srcdir=. info) |
| 245 | (cd lispintro; make -f Makefile.in srcdir=. info) | ||
| 245 | 246 | ||
| 246 | echo "Updating finder, custom and autoload data" | 247 | echo "Updating finder, custom and autoload data" |
| 247 | (cd lisp; make updates EMACS="$EMACS") | 248 | (cd lisp; make updates EMACS="$EMACS") |
| @@ -307,7 +308,7 @@ echo "Updating version number in README" | |||
| 307 | 308 | ||
| 308 | 309 | ||
| 309 | echo "Creating subdirectories" | 310 | echo "Creating subdirectories" |
| 310 | for subdir in lisp site-lisp lispref \ | 311 | for subdir in lisp site-lisp lispref lispintro \ |
| 311 | leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \ | 312 | leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \ |
| 312 | real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \ | 313 | real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \ |
| 313 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ | 314 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ |
| @@ -612,6 +613,17 @@ echo "Making links to \`lispref'" | |||
| 612 | rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail | 613 | rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail |
| 613 | rm -f elisp.?? *.log *.toc *.dvi *.oaux) | 614 | rm -f elisp.?? *.log *.toc *.dvi *.oaux) |
| 614 | 615 | ||
| 616 | echo "Making links to \`lispintro'" | ||
| 617 | (cd lispintro | ||
| 618 | ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro | ||
| 619 | test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro | ||
| 620 | test -f README && ln README ../${tempdir}/lispintro | ||
| 621 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro | ||
| 622 | ln ChangeLog ../${tempdir}/lispintro | ||
| 623 | cd ../${tempdir}/lispintro | ||
| 624 | rm -f \#*\# =* *~ core *.Z *.z xmail | ||
| 625 | rm -f emacs-lisp-intro.?? *.log *.toc *.dvi *.oaux) | ||
| 626 | |||
| 615 | echo "Making links to \`vms'" | 627 | echo "Making links to \`vms'" |
| 616 | (cd vms | 628 | (cd vms |
| 617 | test -f README && ln README ../${tempdir}/vms | 629 | test -f README && ln README ../${tempdir}/vms |