aboutsummaryrefslogtreecommitdiffstats
path: root/config.bat
diff options
context:
space:
mode:
authorEli Zaretskii2007-10-05 09:39:39 +0000
committerEli Zaretskii2007-10-05 09:39:39 +0000
commit799303b6326a4b759a5b8cb44929c86136a6b45e (patch)
tree8f9e224226b8b37384a8450ff9a42114c33aaace /config.bat
parent57df543ca0573a0d3a1048ccee0d787ee61a4f8f (diff)
downloademacs-799303b6326a4b759a5b8cb44929c86136a6b45e.tar.gz
emacs-799303b6326a4b759a5b8cb44929c86136a6b45e.zip
Fix configuring `doc' due to changes in the directory structure.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat19
1 files changed, 4 insertions, 15 deletions
diff --git a/config.bat b/config.bat
index 1f544d3e274..117aff2681a 100644
--- a/config.bat
+++ b/config.bat
@@ -235,22 +235,11 @@ mv -f makefile.tmp Makefile
235cd .. 235cd ..
236:oldx1 236:oldx1
237rem ---------------------------------------------------------------------- 237rem ----------------------------------------------------------------------
238Echo Configuring the manual directory... 238Echo Configuring the doc directory...
239cd man 239cd doc
240sed -f ../msdos/sed6.inp < Makefile.in > Makefile 240Rem The two variants for lispintro below is for when the shell
241cd ..
242rem ----------------------------------------------------------------------
243Echo Configuring the ELisp manual directory...
244cd lispref
245sed -f ../msdos/sed6.inp < Makefile.in > Makefile
246cd ..
247rem ----------------------------------------------------------------------
248Echo Configuring the ELisp Introduction manual directory...
249Rem The two variants for the line below is for when the shell
250Rem supports long file names but DJGPP does not 241Rem supports long file names but DJGPP does not
251if exist lispintro\Makefile.in cd lispintro 242for %%d in (emacs lispref lispintro lispintr misc) do sed -f ../msdos/sed6.inp < %%d\Makefile.in > %%d\Makefile
252if exist lispintr\Makefile.in cd lispintr
253sed -f ../msdos/sed6.inp < Makefile.in > Makefile
254cd .. 243cd ..
255rem ---------------------------------------------------------------------- 244rem ----------------------------------------------------------------------
256Echo Configuring the lisp directory... 245Echo Configuring the lisp directory...