diff options
| author | Eli Zaretskii | 2008-10-31 10:56:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-31 10:56:30 +0000 |
| commit | b5ba7271933be119c35a365cb427d164a0968978 (patch) | |
| tree | cab0e31b58de0bd578c8373dee7fb09271c6a756 | |
| parent | ef08237485cbb2b3667f3b43722cda7cb407ad33 (diff) | |
| download | emacs-b5ba7271933be119c35a365cb427d164a0968978.tar.gz emacs-b5ba7271933be119c35a365cb427d164a0968978.zip | |
Tell user to expect one "File not found" message while the `doc' directory
is being configured.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | config.bat | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-10-31 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * config.bat: Tell user to expect one "File not found" message | ||
| 4 | while the `doc' directory is being configured. | ||
| 5 | |||
| 1 | 2008-10-30 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-10-30 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * update-subdirs: Put obsolete directory last. | 8 | * update-subdirs: Put obsolete directory last. |
diff --git a/config.bat b/config.bat index c007e0c8cd1..2faa6556352 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -234,7 +234,7 @@ mv -f makefile.tmp Makefile | |||
| 234 | cd .. | 234 | cd .. |
| 235 | :oldx1 | 235 | :oldx1 |
| 236 | rem ---------------------------------------------------------------------- | 236 | rem ---------------------------------------------------------------------- |
| 237 | Echo Configuring the doc directory... | 237 | Echo Configuring the doc directory, expect one "File not found" message... |
| 238 | cd doc | 238 | cd doc |
| 239 | Rem The two variants for lispintro below is for when the shell | 239 | Rem The two variants for lispintro below is for when the shell |
| 240 | Rem supports long file names but DJGPP does not | 240 | Rem supports long file names but DJGPP does not |