emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112084: MS-Windows followup to autom


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112084: MS-Windows followup to automation of ja-dic.el in revision 112072.
Date: Mon, 18 Mar 2013 20:56:27 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112084
fixes bug: http://debbugs.gnu.org/13984
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2013-03-18 20:56:27 +0200
message:
  MS-Windows followup to automation of ja-dic.el in revision 112072.
  
   leim/makefile.w32-in ($(srcdir)/ja-dic/ja-dic.el): New target.
modified:
  leim/ChangeLog
  leim/makefile.w32-in
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2013-03-18 04:30:20 +0000
+++ b/leim/ChangeLog    2013-03-18 18:56:27 +0000
@@ -1,3 +1,7 @@
+2013-03-18  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in ($(srcdir)/ja-dic/ja-dic.el): New target.
+
 2013-03-18  Paul Eggert  <address@hidden>
 
        Automate the build of ja-dic.el (Bug#13984).

=== modified file 'leim/makefile.w32-in'
--- a/leim/makefile.w32-in      2013-01-01 09:11:05 +0000
+++ b/leim/makefile.w32-in      2013-03-18 18:56:27 +0000
@@ -189,6 +189,13 @@
            $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \
            -f batch-byte-compile $(MISC_DIC:.elc=.el)
 
+# Rule to generate ja-dic/ja-dic.el from SKK-DIC/SKK-JISYO.L.
+$(srcdir)/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L
+       - mkdir ja-dic
+       $(RUN_EMACS) -l \
+           $(ARGQUOTE)$(buildlisppath)/international/ja-dic-cnv$(ARGQUOTE) \
+           -f batch-skkdic-convert -dir ja-dic $(srcdir)/SKK-DIC/SKK-JISYO.L
+
 #
 # WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as
 #          this can break with GNU Make 3.81 and later if sh.exe is used.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]