From d63798fa2264937af2c30fe6601a59b1cbdf132c Mon Sep 17 00:00:00 2001 From: YOKOTA Hiroshi Date: Fri, 20 Sep 2019 00:48:12 +0900 Subject: [PATCH 2/6] Install "texinfo-ja.tex" to work "txi-ja.tex" works well "txi-ja.tex" requires "texinfo-ja.tex" to process Japanese Texinfo file. Check "doc/short-sample-ja.tex" for sample usage. --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index b7d84eb73..732833e29 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -64,6 +64,7 @@ install-tex: test -n "$(TEXMF)" || (echo "TEXMF must be set." >&2; exit 1) $(mkinstalldirs) $(DESTDIR)$(texmf_texinfo) $(DESTDIR)$(texmf_dvips) $(INSTALL_DATA) $(srcdir)/texinfo.tex $(DESTDIR)$(texmf_texinfo)/texinfo.tex + $(INSTALL_DATA) $(srcdir)/texinfo-ja.tex $(DESTDIR)$(texmf_texinfo)/texinfo-ja.tex $(INSTALL_DATA) $(srcdir)/epsf.tex $(DESTDIR)$(texmf_dvips)/epsf.tex for f in $(TXI_XLATE); do \ $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(texmf_texinfo)/$$f; done -- 2.23.0