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: Fri, 11 Jan 2002 04:35:34 -0500

Index: emacs/make-dist
diff -c emacs/make-dist:1.195 emacs/make-dist:1.196
*** emacs/make-dist:1.195       Fri Dec 21 04:06:34 2001
--- emacs/make-dist     Fri Dec 21 05:17:16 2001
***************
*** 242,248 ****
    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")
--- 242,248 ----
    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 SHELL=/bin/sh srcdir=. info VPATH=.)
  
    echo "Updating finder, custom and autoload data"
    (cd lisp; make updates EMACS="$EMACS")
***************
*** 595,601 ****
  
  echo "Making links to \`lispref'"
  (cd lispref
!  ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref
   ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref
   test -f README && ln README ../${tempdir}/lispref
   test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
--- 595,602 ----
  
  echo "Making links to \`lispref'"
  (cd lispref
!  ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref
!  ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref
   ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref
   test -f README && ln README ../${tempdir}/lispref
   test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref



reply via email to

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