emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/make-dist


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/make-dist
Date: Sat, 24 Nov 2001 06:49:13 -0500

Index: emacs/make-dist
diff -u emacs/make-dist:1.187 emacs/make-dist:1.188
--- emacs/make-dist:1.187       Fri Nov 23 06:11:26 2001
+++ emacs/make-dist     Sat Nov 24 06:49:13 2001
@@ -242,6 +242,7 @@
   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 "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 \
@@ -611,6 +612,17 @@
  cd ../${tempdir}/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]