diff options
| author | Eli Zaretskii | 2007-10-05 09:39:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-10-05 09:39:39 +0000 |
| commit | 799303b6326a4b759a5b8cb44929c86136a6b45e (patch) | |
| tree | 8f9e224226b8b37384a8450ff9a42114c33aaace /config.bat | |
| parent | 57df543ca0573a0d3a1048ccee0d787ee61a4f8f (diff) | |
| download | emacs-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.bat | 19 |
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 | |||
| 235 | cd .. | 235 | cd .. |
| 236 | :oldx1 | 236 | :oldx1 |
| 237 | rem ---------------------------------------------------------------------- | 237 | rem ---------------------------------------------------------------------- |
| 238 | Echo Configuring the manual directory... | 238 | Echo Configuring the doc directory... |
| 239 | cd man | 239 | cd doc |
| 240 | sed -f ../msdos/sed6.inp < Makefile.in > Makefile | 240 | Rem The two variants for lispintro below is for when the shell |
| 241 | cd .. | ||
| 242 | rem ---------------------------------------------------------------------- | ||
| 243 | Echo Configuring the ELisp manual directory... | ||
| 244 | cd lispref | ||
| 245 | sed -f ../msdos/sed6.inp < Makefile.in > Makefile | ||
| 246 | cd .. | ||
| 247 | rem ---------------------------------------------------------------------- | ||
| 248 | Echo Configuring the ELisp Introduction manual directory... | ||
| 249 | Rem The two variants for the line below is for when the shell | ||
| 250 | Rem supports long file names but DJGPP does not | 241 | Rem supports long file names but DJGPP does not |
| 251 | if exist lispintro\Makefile.in cd lispintro | 242 | for %%d in (emacs lispref lispintro lispintr misc) do sed -f ../msdos/sed6.inp < %%d\Makefile.in > %%d\Makefile |
| 252 | if exist lispintr\Makefile.in cd lispintr | ||
| 253 | sed -f ../msdos/sed6.inp < Makefile.in > Makefile | ||
| 254 | cd .. | 243 | cd .. |
| 255 | rem ---------------------------------------------------------------------- | 244 | rem ---------------------------------------------------------------------- |
| 256 | Echo Configuring the lisp directory... | 245 | Echo Configuring the lisp directory... |