commit/vm: Jerry James: Fix texinfo file extension in EXPLICIT DOCS and enable DOCS_TEXINFO_EXTENSION.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in vm: https://bitbucket.org/xemacs/vm/commits/6717e479f23c/ Changeset: 6717e479f23c User: Jerry James Date: 2014-06-04 23:43:31 Summary: Fix texinfo file extension in EXPLICIT DOCS and enable DOCS_TEXINFO_EXTENSION. See <CAHCOHQ=KnqkHK4eq9Zj88CDtVMy2antAWrXKiPTDGcXQ348gQA@mail.gmail.com> in xemacs-patches. Affected #: 2 files diff -r be2fbb8d32e2739dd2c9e606dac872bb77a1077c -r 6717e479f23c18ce92695cd7b7832056832eacf3 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-02 Jerry James <[email protected]> + + * Makefile (EXPLICIT_DOCS): Fix texinfo file extension. + (DOCS_TEXINFO_EXTENSION): Enable. + 2014-05-15 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 8.10 released. diff -r be2fbb8d32e2739dd2c9e606dac872bb77a1077c -r 6717e479f23c18ce92695cd7b7832056832eacf3 Makefile --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ EXTRA_SOURCES = NEWS $(DONTCOMPILE) -EXPLICIT_DOCS = $(wildcard info/*.texi) +EXPLICIT_DOCS = $(wildcard info/*.texinfo) +DOCS_TEXINFO_EXTENSION = t DATA_FILES = $(wildcard pixmaps/*.xpm) DATA_DEST = $(PACKAGE)/pixmaps Repository URL: https://bitbucket.org/xemacs/vm/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.