]> git.eshelyaron.com Git - emacs.git/commit
Support regeneration of ja-dic.el under '--with-small-ja-dic'
authorEli Zaretskii <eliz@gnu.org>
Sun, 24 Sep 2023 12:30:01 +0000 (15:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 Sep 2023 12:30:01 +0000 (15:30 +0300)
commit7d5fee0feaa5740f3fbbfc6d5f13855bf58b9c25
tree739733890723c3dfcb1b04ce8ffc256094c3d862
parentead491d230721e6c12c849878cdcd2890cb0454b
Support regeneration of ja-dic.el under '--with-small-ja-dic'

* lisp/international/ja-dic-cnv.el (skkdic-convert): Record the
value of SMALL_JA_DIC option used to produce ja-dic.el.
* leim/Makefile.in (small-ja-dic-option): New target, triggers
regeneration of ja-dic.el when the value of SMALL_JA_DIC option
changes by the configure script.  Suggested by Ulrich Mueller
<ulm@gentoo.org>.
(${leimdir}/ja-dic/ja-dic.el): Depend on 'small-ja-dic-option'.
(Bug#66125)

* make-dist (possibly_non_vc_files):
* .gitignore: Add 'leim/small-ja-dic-option'.
.gitignore
leim/Makefile.in
lisp/international/ja-dic-cnv.el
make-dist