]> git.eshelyaron.com Git - emacs.git/commitdiff
Handle the case when lispintro is truncated to lispintr.
authorEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2002 15:13:32 +0000 (15:13 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2002 15:13:32 +0000 (15:13 +0000)
ChangeLog
config.bat

index 331350790a586b6f984b1ce69a17027f75ea0b21..1b3cd9b2c5858b69e9ba77b7f3c958579d28b3dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config.bat: Handle the case when lispintro is truncated to lispintr.
+
 2002-05-26  Paul Eggert  <eggert@twinsun.com>
 
        * config.guess, config.sub: Updated from master source.
index cba230f9d87f19682d477e0a041dfdff0ed658e5..5d9f7718c7fc02013b910e0ebcf729e548694eff 100644 (file)
@@ -229,7 +229,10 @@ sed -f ../msdos/sed6.inp < Makefile.in > Makefile
 cd ..\r
 rem   ----------------------------------------------------------------------\r
 Echo Configuring the ELisp Introduction manual directory...\r
-cd lispintro\r
+Rem The two variants for the line below is for when the shell\r
+Rem supports long file names but DJGPP does not\r
+if exist lispintro\Makefile.in cd lispintro\r
+if exist lispintr\Makefile.in cd lispintr\r
 sed -f ../msdos/sed6.inp < Makefile.in > Makefile\r
 cd ..\r
 rem   ----------------------------------------------------------------------\r