texlive[54755] Master/texmf-dist/doc/texlive/texlive-en/Makefile:

commits+karl at tug.org commits+karl at tug.org
Wed Apr 15 23:46:16 CEST 2020


Revision: 54755
          http://tug.org/svn/texlive?view=revision&revision=54755
Author:   karl
Date:     2020-04-15 23:46:16 +0200 (Wed, 15 Apr 2020)
Log Message:
-----------
(tlpre): empty.
(texfot_html): just use texfot.

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/texlive/texlive-en/Makefile

Modified: trunk/Master/texmf-dist/doc/texlive/texlive-en/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/texlive-en/Makefile	2020-04-15 21:35:25 UTC (rev 54754)
+++ trunk/Master/texmf-dist/doc/texlive/texlive-en/Makefile	2020-04-15 21:46:16 UTC (rev 54755)
@@ -4,7 +4,7 @@
 
 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 @@
 # 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:



More information about the tex-live-commits mailing list.