~ubuntu-branches/debian/sid/emacs24/sid

« back to all changes in this revision

Viewing changes to leim/makefile.w32-in

  • Committer: Package Import Robot
  • Author(s): Rob Browning
  • Date: 2014-10-25 14:37:43 UTC
  • mfrom: (13.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20141025143743-m9q5reoyyyjq3p2h
Tags: 24.4+1-4
Update emacsen-common dependency as per policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft Windows API.
2
2
 
3
 
# Copyright (C) 2000-2013 Free Software Foundation, Inc.
 
3
# Copyright (C) 2000-2014 Free Software Foundation, Inc.
4
4
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
5
5
#   2006, 2007
6
6
#   National Institute of Advanced Industrial Science and Technology (AIST)
189
189
            $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \
190
190
            -f batch-byte-compile $(MISC_DIC:.elc=.el)
191
191
 
 
192
# Rule to generate ja-dic/ja-dic.el from SKK-DIC/SKK-JISYO.L.
 
193
$(srcdir)/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L
 
194
        - mkdir ja-dic
 
195
        $(RUN_EMACS) -l \
 
196
            $(ARGQUOTE)$(buildlisppath)/international/ja-dic-cnv$(ARGQUOTE) \
 
197
            -f batch-skkdic-convert -dir ja-dic $(srcdir)/SKK-DIC/SKK-JISYO.L
 
198
 
192
199
#
193
200
# WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as
194
201
#          this can break with GNU Make 3.81 and later if sh.exe is used.