diff options
| author | Eli Zaretskii | 2001-11-10 14:31:09 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-10 14:31:09 +0000 |
| commit | 1d95108478a3c8ea0a30e84ddb9e12bfb549abe4 (patch) | |
| tree | 8175dad5191807c7b20e082b5758dac4d47d9282 | |
| parent | 707e9f16e25e8c43e5edb8e9f7a93ddf18df2961 (diff) | |
| download | emacs-1d95108478a3c8ea0a30e84ddb9e12bfb549abe4.tar.gz emacs-1d95108478a3c8ea0a30e84ddb9e12bfb549abe4.zip | |
Add the lispref directory to the distribution.
| -rwxr-xr-x | make-dist | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -241,6 +241,7 @@ if [ $update = yes ]; | |||
| 241 | then | 241 | 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 | 245 | ||
| 245 | echo "Updating finder, custom and autoload data" | 246 | echo "Updating finder, custom and autoload data" |
| 246 | (cd lisp; make updates EMACS="$EMACS") | 247 | (cd lisp; make updates EMACS="$EMACS") |
| @@ -306,7 +307,7 @@ echo "Updating version number in README" | |||
| 306 | 307 | ||
| 307 | 308 | ||
| 308 | echo "Creating subdirectories" | 309 | echo "Creating subdirectories" |
| 309 | for subdir in lisp site-lisp \ | 310 | for subdir in lisp site-lisp lispref \ |
| 310 | leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \ | 311 | leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \ |
| 311 | real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \ | 312 | real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \ |
| 312 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ | 313 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ |
| @@ -599,6 +600,16 @@ echo "Making links to \`man'" | |||
| 599 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail | 600 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail |
| 600 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | 601 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |
| 601 | 602 | ||
| 603 | echo "Making links to \`lispref'" | ||
| 604 | (cd lispref | ||
| 605 | ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref | ||
| 606 | test -f README && ln README ../${tempdir}/lispref | ||
| 607 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref | ||
| 608 | ln ChangeLog ../${tempdir}/lispref | ||
| 609 | cd ../${tempdir}/lispref | ||
| 610 | rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail | ||
| 611 | rm -f elisp.?? *.log *.toc *.dvi *.oaux) | ||
| 612 | |||
| 602 | echo "Making links to \`vms'" | 613 | echo "Making links to \`vms'" |
| 603 | (cd vms | 614 | (cd vms |
| 604 | test -f README && ln README ../${tempdir}/vms | 615 | test -f README && ln README ../${tempdir}/vms |