commit/tm: 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 tm: https://bitbucket.org/xemacs/tm/commits/a36edb38dd1e/ Changeset: a36edb38dd1e User: Jerry James Date: 2014-06-04 23:41:22 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 b8c1c44424e50c08741c232c3cbdbc4c9022e7d2 -r a36edb38dd1ed3e06f233ef2b6b0bf3070964ec6 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.41 released. diff -r b8c1c44424e50c08741c232c3cbdbc4c9022e7d2 -r a36edb38dd1ed3e06f233ef2b6b0bf3070964ec6 Makefile --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ ifeq ($(BUILD_WITHOUT_MULE),) NAMES_JA = $(NAMES:%=%-ja) +COMPILE_INFO_AS_MULE = t endif NAMES_ALL = $(NAMES_EN) $(NAMES_JA) Repository URL: https://bitbucket.org/xemacs/tm/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.