summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile b/Master/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile
index 432571b8616..4652399536b 100644
--- a/Master/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile
+++ b/Master/texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile
@@ -1,4 +1,5 @@
doc = pgfmanual
+latex = htlatex
TEXINPUTS := ../../text-en:$(TEXINPUTS)
all: $(doc).html
@@ -10,7 +11,7 @@ pgfmanual.ind: pgfmanual.idx
makeindex $(doc).idx
pgfmanual.html: $(doc).tex $(doc).ind revisionfile
- TEXINPUTS="$(TEXINPUTS)" htlatex $(doc).tex
+ TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex
revisionfile:
cd ../../../../.. && ./scripts/pgf/pgfrevisionfile.sh