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:
parent
5834ac9207
commit
86bbfe7774
@ -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.
|
||||
|
@ -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 ----------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user