From: Eli Zaretskii Date: Tue, 23 Oct 2012 17:09:55 +0000 (+0200) Subject: Update lib-src/makefile.w32-in to follow 2012-10-21T01:19:46Z!rgm@gnu.org. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/4c77e620ecb1dc8ef5eb695133541812724bcea8 Update lib-src/makefile.w32-in to follow 2012-10-21T01:19:46Z!rgm@gnu.org. lib-src/makefile.w32-in (lisp2): Add cp51932.el and eucjp-ms.el, to follow src/lisp.mk. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bc0e5c9a3d..c88b467ee2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2012-10-23 Eli Zaretskii + + * makefile.w32-in (lisp2): Add cp51932.el and eucjp-ms.el, to + follow src/lisp.mk. + 2012-10-21 Glenn Morris * make-docfile.c (scan_lisp_file): Add cp51932.el and eucjp-ms.el. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 640e8a7c46..f3ab4421fd 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -229,6 +229,8 @@ lisp2 = \ $(lispsource)language/greek.elc \ $(lispsource)language/hebrew.elc \ $(lispsource)language/japanese.elc \ + $(lispsource)international/cp51932.el \ + $(lispsource)international/eucjp-ms.el \ $(lispsource)language/korean.elc \ $(lispsource)language/lao.elc \ $(lispsource)language/cham.elc \