summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-11-24 11:49:13 +0000
committerEli Zaretskii <eliz@gnu.org>2001-11-24 11:49:13 +0000
commit1025ffae2ce1cc5041c2b4d34ca19e3ab3f198f5 (patch)
treea351d900e12d18f786c0137f577a5d3c658f9a6a /make-dist
parent3e25e6d852454c6387ed0ebecb1fd2110e8d9089 (diff)
downloademacs-1025ffae2ce1cc5041c2b4d34ca19e3ab3f198f5.tar.gz
Copy files in the lispintro directory.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist14
1 files changed, 13 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 39252eb7c94..ab70ce94347 100755
--- a/make-dist
+++ b/make-dist
@@ -242,6 +242,7 @@ then
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 "Updating version number in README"
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 @@ echo "Making links to \`lispref'"
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