summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile b/Master/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile
index 1c3bb46633b..77750aee202 100644
--- a/Master/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile
+++ b/Master/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile
@@ -5,13 +5,7 @@ TEXINPUTS := ../../text-en:$(TEXINPUTS)
all: $(doc).ps
-pgfmanual.idx:
- touch pgfmanual.idx
-
-pgfmanual.ind: pgfmanual.idx
- makeindex $(doc).idx
-
-pgfmanual.ps: $(doc).tex $(doc).ind revisionfile
+pgfmanual.ps: $(doc).tex revisionfile
TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex
(egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true