1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

Handle the case when lispintro is truncated to lispintr.

This commit is contained in:
Eli Zaretskii 2002-05-31 15:13:32 +00:00
parent 5834ac9207
commit 86bbfe7774
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -229,7 +229,10 @@ sed -f ../msdos/sed6.inp < Makefile.in > Makefile
cd ..
rem ----------------------------------------------------------------------
Echo Configuring the ELisp Introduction manual directory...
cd lispintro
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 ----------------------------------------------------------------------