From 4c77e620ecb1dc8ef5eb695133541812724bcea8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 23 Oct 2012 19:09:55 +0200 Subject: [PATCH] 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. --- lib-src/ChangeLog | 5 +++++ lib-src/makefile.w32-in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bc0e5c9a3d2..c88b467ee29 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 640e8a7c468..f3ab4421fd3 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 \ -- 2.39.2