changeset 40885:42dc72aedd45

Add the lispref directory to the distribution.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Nov 2001 14:31:09 +0000
parents 2fe5b3ab8788
children 09d18d7e6e49
files make-dist
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Sat Nov 10 14:18:46 2001 +0000
+++ b/make-dist	Sat Nov 10 14:31:09 2001 +0000
@@ -241,6 +241,7 @@
 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 "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 @@
  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