diff options
| author | Eli Zaretskii | 2001-11-10 14:03:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-10 14:03:38 +0000 |
| commit | 1b5a364412ab07e4bfe587240ad97d8743ec09d6 (patch) | |
| tree | 1ea8df80306318fba098bc66795073b9ce9d1fa3 | |
| parent | 61760ae866cddfcdcde4ef0a1183060dc8e524dd (diff) | |
| download | emacs-1b5a364412ab07e4bfe587240ad97d8743ec09d6.tar.gz emacs-1b5a364412ab07e4bfe587240ad97d8743ec09d6.zip | |
Configure in `lispref'.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | config.bat | 5 |
2 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * config.bat: Configure in `lispref'. | ||
| 4 | |||
| 1 | 2001-11-09 Richard M. Stallman <rms@gnu.org> | 5 | 2001-11-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (bootstrap-lisp): Don't suppress error messages. | 7 | * Makefile.in (bootstrap-lisp): Don't suppress error messages. |
diff --git a/config.bat b/config.bat index 4869d96046e..cd3e8e296ce 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -218,6 +218,11 @@ cd man | |||
| 218 | sed -f ../msdos/sed6.inp < Makefile.in > Makefile | 218 | sed -f ../msdos/sed6.inp < Makefile.in > Makefile |
| 219 | cd .. | 219 | cd .. |
| 220 | rem ---------------------------------------------------------------------- | 220 | rem ---------------------------------------------------------------------- |
| 221 | Echo Configuring the ELisp manual directory... | ||
| 222 | cd lispref | ||
| 223 | sed -f ../msdos/sed6.inp < Makefile.in > Makefile | ||
| 224 | cd .. | ||
| 225 | rem ---------------------------------------------------------------------- | ||
| 221 | Echo Configuring the lisp directory... | 226 | Echo Configuring the lisp directory... |
| 222 | cd lisp | 227 | cd lisp |
| 223 | sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile | 228 | sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile |