Mercurial > emacs
changeset 85046:15154fa4af1a
Fix configuring `doc' due to changes in the directory structure.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 05 Oct 2007 09:39:10 +0000 |
parents | 7c28bbfe2d73 |
children | 141212ec0353 |
files | config.bat |
diffstat | 1 files changed, 4 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/config.bat Fri Oct 05 09:37:09 2007 +0000 +++ b/config.bat Fri Oct 05 09:39:10 2007 +0000 @@ -235,22 +235,11 @@ cd .. :oldx1 rem ---------------------------------------------------------------------- -Echo Configuring the manual directory... -cd man -sed -f ../msdos/sed6.inp < Makefile.in > Makefile -cd .. -rem ---------------------------------------------------------------------- -Echo Configuring the ELisp manual directory... -cd lispref -sed -f ../msdos/sed6.inp < Makefile.in > Makefile -cd .. -rem ---------------------------------------------------------------------- -Echo Configuring the ELisp Introduction manual directory... -Rem The two variants for the line below is for when the shell +Echo Configuring the doc directory... +cd doc +Rem The two variants for lispintro 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 +for %%d in (emacs lispref lispintro lispintr misc) do sed -f ../msdos/sed6.inp < %%d\Makefile.in > %%d\Makefile cd .. rem ---------------------------------------------------------------------- Echo Configuring the lisp directory...