Fix configuring `doc' due to changes in the directory structure.
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Oct 2007 09:39:39 +0000 (09:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Oct 2007 09:39:39 +0000 (09:39 +0000)
ChangeLog
config.bat

index 398c00e..ac47cf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Fix configuring `doc' due to changes in the
+       directory structure.
+
 2007-09-16  Glenn Morris  <rgm@gnu.org>
 
        * make-dist: File gfdl.1 has been removed.
index 1f544d3..117aff2 100644 (file)
@@ -235,22 +235,11 @@ mv -f makefile.tmp Makefile
 cd ..\r
 :oldx1\r
 rem   ----------------------------------------------------------------------\r
-Echo Configuring the manual directory...\r
-cd man\r
-sed -f ../msdos/sed6.inp < Makefile.in > Makefile\r
-cd ..\r
-rem   ----------------------------------------------------------------------\r
-Echo Configuring the ELisp manual directory...\r
-cd lispref\r
-sed -f ../msdos/sed6.inp < Makefile.in > Makefile\r
-cd ..\r
-rem   ----------------------------------------------------------------------\r
-Echo Configuring the ELisp Introduction manual directory...\r
-Rem The two variants for the line below is for when the shell\r
+Echo Configuring the doc directory...\r
+cd doc\r
+Rem The two variants for lispintro 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
+for %%d in (emacs lispref lispintro lispintr misc) do sed -f ../msdos/sed6.inp < %%d\Makefile.in > %%d\Makefile\r
 cd ..\r
 rem   ----------------------------------------------------------------------\r
 Echo Configuring the lisp directory...\r