summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-11-10 14:31:09 +0000
committerEli Zaretskii <eliz@gnu.org>2001-11-10 14:31:09 +0000
commit882ff0e6687b5203ebfedd05560638c79da907b6 (patch)
tree1d29cc73f9351a4724873dd040e86117a10c06e5 /make-dist
parent2ec45f2a2c977e339e719df9a6dab1db2998977c (diff)
downloademacs-882ff0e6687b5203ebfedd05560638c79da907b6.tar.gz
Add the lispref directory to the distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist13
1 files changed, 12 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 6eb6a97b7c9..4e70f9cd76d 100755
--- a/make-dist
+++ b/make-dist
@@ -241,6 +241,7 @@ if [ $update = yes ];
then
echo "Updating Info files"
(cd man; make -f Makefile.in srcdir=. info)
+ (cd lispref; make -f Makefile.in srcdir=. info)
echo "Updating finder, custom and autoload data"
(cd lisp; make updates EMACS="$EMACS")
@@ -306,7 +307,7 @@ echo "Updating version number in README"
echo "Creating subdirectories"
-for subdir in lisp site-lisp \
+for subdir in lisp site-lisp lispref \
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 \
@@ -599,6 +600,16 @@ echo "Making links to \`man'"
rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)
+echo "Making links to \`lispref'"
+(cd lispref
+ ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref
+ test -f README && ln README ../${tempdir}/lispref
+ test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
+ ln ChangeLog ../${tempdir}/lispref
+ cd ../${tempdir}/lispref
+ rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail
+ rm -f elisp.?? *.log *.toc *.dvi *.oaux)
+
echo "Making links to \`vms'"
(cd vms
test -f README && ln README ../${tempdir}/vms