Thanks to Hugo Gayosso, fix minor typos.
[bpt/emacs.git] / config.bat
index cba230f..5d9f771 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