From f59d7926962df6a3a51047c85ea0b1989e15a85b Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sun, 10 Jan 2016 01:23:40 +0900 Subject: [PATCH] Issue 4731: Add TeX engine changeability for the backend of texi2pdf texi2pdf uses TeX engine for backend. This commit ensures that it can be selected by the configure script. --- config.make.in | 1 + stepmake/stepmake/texinfo-rules.make | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.make.in b/config.make.in index e915a0b3cd..c681d76199 100644 --- a/config.make.in +++ b/config.make.in @@ -129,6 +129,7 @@ MFMODE = @MFMODE@ MSGFMT = @MSGFMT@ PAPERSIZE=a4 PATHSEP = @PATHSEP@ +PDFTEX = @PDFTEX@ PDFLATEX = @PDFLATEX@ PERL = @PERL@ PLATFORM_WINDOWS = @PLATFORM_WINDOWS@ diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 063a346091..4747347a90 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -68,9 +68,9 @@ endif $(outdir)/%.pdf: $(outdir)/%.texi $(outdir)/version.itexi $(outdir)/%.pdf.omf $(outdir)/weblinks.itexi | $(OUT_TEXINFO_MANUALS) ifeq ($(WEB_VERSION),yes) - $(buildscript-dir)/run-and-check "cd $(outdir); texi2pdf $(TEXI2PDF_FLAGS) -D web_version -I $(abs-src-dir) $(TEXINFO_PAPERSIZE_OPTION) $(