diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-09-04 10:30:14 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-09-04 10:30:14 +0300 |
commit | dd0c613c9ff9395e9830f53e22e3bc600f3de3a6 (patch) | |
tree | 50e450ca3f58c38962ce955d86526474b492293a | |
parent | 74d8321d0e95a2ea98d31a608fda7deff08a4759 (diff) | |
download | emacs-dd0c613c9ff9395e9830f53e22e3bc600f3de3a6.tar.gz |
Update config.bat due to lisp/gnus/.dir-locals.el.
config.bat: Produce lisp/gnus/_dir-locals.el from lisp/gnus/.dir-locals.el.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | config.bat | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 842a167e818..a5176fa66dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-04 Eli Zaretskii <eliz@gnu.org> + + * config.bat: Produce lisp/gnus/_dir-locals.el from + lisp/gnus/.dir-locals.el. + 2010-08-23 Andreas Schwab <schwab@linux-m68k.org> * configure.in: Fix check for librsvg, imagemagick and diff --git a/config.bat b/config.bat index aac4e108b09..802cacc8897 100644 --- a/config.bat +++ b/config.bat @@ -250,6 +250,7 @@ cd .. rem ----------------------------------------------------------------------
Echo Configuring the lisp directory...
cd lisp
+If Exist gnus\.dir-locals.el update gnus/.dir-locals.el gnus/_dir-locals.el
sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile
cd ..
rem ----------------------------------------------------------------------
|