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/Makefile29
1 files changed, 0 insertions, 29 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
deleted file mode 100644
index 77750aee202..00000000000
--- a/Master/texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-rerun = "(There were undefined references|Rerun to get (cross-references|the bars) right)"
-doc = pgfmanual
-latex = vlatex
-TEXINPUTS := ../../text-en:$(TEXINPUTS)
-
-all: $(doc).ps
-
-pgfmanual.ps: $(doc).tex revisionfile
- TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex
- (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true
-
-revisionfile:
- cd ../../../../.. && ./scripts/pgf/pgfrevisionfile.sh
-
-clean:
- rm -f \
- plots/* \
- pgfmanual.out \
- pgfmanual.log \
- pgfmanual.idx \
- pgfmanual.ind \
- pgfmanual.ilg \
- pgfmanual.pdf \
- pgfmanual.toc \
- pgfmanual.bbl \
- pgfmanual.blg \
- pgfmanual.ps \
- pgfmanual.dvi \
- pgfmanual*.aux