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/Makefile5
1 files changed, 4 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 aebb669ae2e..432571b8616 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
@@ -9,9 +9,12 @@ pgfmanual.idx:
pgfmanual.ind: pgfmanual.idx
makeindex $(doc).idx
-pgfmanual.html: $(doc).tex $(doc).ind
+pgfmanual.html: $(doc).tex $(doc).ind revisionfile
TEXINPUTS="$(TEXINPUTS)" htlatex $(doc).tex
+revisionfile:
+ cd ../../../../.. && ./scripts/pgf/pgfrevisionfile.sh
+
clean:
rm -f \
plots/* \