summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/version-for-luatex/en/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/version-for-luatex/en/Makefile')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/version-for-luatex/en/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/version-for-luatex/en/Makefile b/Master/texmf-dist/doc/generic/pgf/version-for-luatex/en/Makefile
deleted file mode 100644
index c1b811d61ee..00000000000
--- a/Master/texmf-dist/doc/generic/pgf/version-for-luatex/en/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-rerun = "(There were undefined references|Rerun to get (cross-references|the bars) right)"
-doc = pgfmanual
-latex = lualatex
-TEXINPUTS := ../../text-en:../../images:$(TEXINPUTS)
-
-all: $(doc).pdf
-
-pgfmanual.pdf: $(doc).tex revisionfile
- TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex
- (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true
-
-test: $(doc)-test.tex revisionfile
- TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc)-test.tex
- (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc)-test.tex) || true
-
-revisionfile:
- cd ../../../../.. && ./scripts/pgf/pgfrevisionfile.sh
-
-FORCE:
-
-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