diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-15 21:46:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-15 21:46:16 +0000 |
commit | 561e73d67a21a1ad0a013d0ceb98453c76e5b97b (patch) | |
tree | 68917cd95f1d787ee57db287e7f1a731ce3fd198 | |
parent | dc74b7003f26232102e1758b1b701cb4fcecea71 (diff) |
(tlpre): empty.
(texfot_html): just use texfot.
git-svn-id: svn://tug.org/texlive/trunk@54755 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/texlive/texlive-en/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/texlive/texlive-en/Makefile b/Master/texmf-dist/doc/texlive/texlive-en/Makefile index cf852b4d00e..1d3aff1482c 100644 --- a/Master/texmf-dist/doc/texlive/texlive-en/Makefile +++ b/Master/texmf-dist/doc/texlive/texlive-en/Makefile @@ -4,7 +4,7 @@ doc = texlive-en all: pdf html -tlpre = tlpre +tlpre = # possible prefix to run from the pretest env = TEXINPUTS=../texlive-common:../texlive-en:; export TEXINPUTS; $(tlpre) pdflatex_opts = --file-line-error @@ -20,7 +20,7 @@ pdflatex = pdflatex $(pdflatex_opts) '\nonstopmode\def\Status{1}\input $(doc)' # when we don't want a size in the first place. # texfot_pdf = texfot -texfot_html = ~/bin/texfot --ignore="Cannot determine size of graphic" \ +texfot_html = texfot --ignore="Cannot determine size of graphic" \ --ignore='File.*\.xbb\"' pdf: |