commit/riece: Jerry James: Set COMPILE_INFO_AS_MULE when bulding with MULE to properly process Japanese
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in riece: https://bitbucket.org/xemacs/riece/commits/461d0ff81ae7/ Changeset: 461d0ff81ae7 User: Jerry James Date: 2014-06-04 23:40:36 Summary: Set COMPILE_INFO_AS_MULE when bulding with MULE to properly process Japanese info files. See xemacs-patches message with id <CAHCOHQ=KnqkHK4eq9Zj88CDtVMy2antAWrXKiPTDGcXQ348gQA@mail.gmail.com>. Affected #: 2 files diff -r 4a658c7f6f62e7358d5f8542f7fc102f050864c4 -r 461d0ff81ae7bbedd84a57ef1a7a96b84fc3c19e ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-02 Jerry James <[email protected]> + + * Makefile (COMPILE_INFO_AS_MULE): Enable when bulding with MULE + to properly process Japanese info files. + 2014-05-15 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.25 released. diff -r 4a658c7f6f62e7358d5f8542f7fc102f050864c4 -r 461d0ff81ae7bbedd84a57ef1a7a96b84fc3c19e Makefile --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ EXPLICIT_DOCS = doc/riece-en.texi ifeq ($(BUILD_WITHOUT_MULE),) +COMPILE_INFO_AS_MULE = t EXPLICIT_DOCS += doc/riece-ja.texi ELCS += lisp/riece-skk-kakutei.elc lisp/riece-mcat.elc \ lisp/riece-mcat-japanese.elc Repository URL: https://bitbucket.org/xemacs/riece/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.