emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/config.bat


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/config.bat
Date: Fri, 31 May 2002 11:13:11 -0400

Index: emacs/config.bat
diff -c emacs/config.bat:1.32 emacs/config.bat:1.33
*** emacs/config.bat:1.32       Tue Apr 16 13:39:08 2002
--- emacs/config.bat    Fri May 31 11:13:10 2002
***************
*** 229,235 ****
  cd ..
  rem   ----------------------------------------------------------------------
  Echo Configuring the ELisp Introduction manual directory...
! cd lispintro
  sed -f ../msdos/sed6.inp < Makefile.in > Makefile
  cd ..
  rem   ----------------------------------------------------------------------
--- 229,238 ----
  cd ..
  rem   ----------------------------------------------------------------------
  Echo Configuring the ELisp Introduction manual directory...
! Rem The two variants for the line below is for when the shell
! Rem supports long file names but DJGPP does not
! if exist lispintro\Makefile.in cd lispintro
! if exist lispintr\Makefile.in cd lispintr
  sed -f ../msdos/sed6.inp < Makefile.in > Makefile
  cd ..
  rem   ----------------------------------------------------------------------



reply via email to

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