aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2005-10-13 15:53:38 +0000
committerBill Wohler2005-10-13 15:53:38 +0000
commite9b286507deee12f3fd79defdd742342324299e3 (patch)
treeabb55e08e6cd4ccad0e87af768b2b847bb210337
parentb4a63d75fb4eab5d9bfeba0cd59989a013f2f298 (diff)
downloademacs-e9b286507deee12f3fd79defdd742342324299e3.tar.gz
emacs-e9b286507deee12f3fd79defdd742342324299e3.zip
(MH_E_SRC): Renamed from MH-E-SRC per NMAKE restrictions. Suggested by
David Robinow <drobinow@gmail.com>.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/makefile.w32-in4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3e6c02b0379..1818e11f3da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-10-13 Bill Wohler <wohler@newt.com>
2
3 * makefile.w32-in (MH_E_SRC): Renamed from MH-E-SRC per NMAKE
4 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
5
12005-10-13 Kenichi Handa <handa@m17n.org> 62005-10-13 Kenichi Handa <handa@m17n.org>
2 7
3 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8 8 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 17e1dd76019..df92500a006 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -288,7 +288,7 @@ recompile: mh-autoloads doit
288# Update MH-E internal autoloads. These are not to be confused with 288# Update MH-E internal autoloads. These are not to be confused with
289# the autoloads for the MH-E entry points, which are already in 289# the autoloads for the MH-E entry points, which are already in
290# loaddefs.el. 290# loaddefs.el.
291MH-E-SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ 291MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \
292 $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-customize.el \ 292 $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-customize.el \
293 $(lisp)/mh-e/mh-e.el $(lisp)/mh-e/mh-funcs.el \ 293 $(lisp)/mh-e/mh-e.el $(lisp)/mh-e/mh-funcs.el \
294 $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-pick.el \ 294 $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-pick.el \
@@ -299,7 +299,7 @@ MH-E-SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \
299 $(lisp)/mh-e/mh-utils.el 299 $(lisp)/mh-e/mh-utils.el
300 300
301mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el 301mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
302$(lisp)/mh-e/mh-loaddefs.el: $(MH-E-SRC) 302$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
303 echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ 303 echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
304 echo ";;" >> $@ 304 echo ";;" >> $@
305 echo ";;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc." >> $@ 305 echo ";;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc." >> $@