aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-31 10:56:30 +0000
committerEli Zaretskii2008-10-31 10:56:30 +0000
commitb5ba7271933be119c35a365cb427d164a0968978 (patch)
treecab0e31b58de0bd578c8373dee7fb09271c6a756
parentef08237485cbb2b3667f3b43722cda7cb407ad33 (diff)
downloademacs-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--ChangeLog5
-rw-r--r--config.bat2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 536d01a0c51..0287efa03ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12008-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
12008-10-30 Chong Yidong <cyd@stupidchicken.com> 62008-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
234cd .. 234cd ..
235:oldx1 235:oldx1
236rem ---------------------------------------------------------------------- 236rem ----------------------------------------------------------------------
237Echo Configuring the doc directory... 237Echo Configuring the doc directory, expect one "File not found" message...
238cd doc 238cd doc
239Rem The two variants for lispintro below is for when the shell 239Rem The two variants for lispintro below is for when the shell
240Rem supports long file names but DJGPP does not 240Rem supports long file names but DJGPP does not