summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/version-for-luatex/en/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-16 03:03:27 +0000
committerNorbert Preining <norbert@preining.info>2023-01-16 03:03:27 +0000
commit6f9e1680085e7bb4d258f6f8116369d122e196e1 (patch)
tree9ac0ecb239240d1d672b188f29c1479de215074b /graphics/pgf/base/doc/version-for-luatex/en/Makefile
parentb8345f39630408bb198e7636381ce4240154ca9b (diff)
CTAN sync 202301160303
Diffstat (limited to 'graphics/pgf/base/doc/version-for-luatex/en/Makefile')
-rw-r--r--graphics/pgf/base/doc/version-for-luatex/en/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/graphics/pgf/base/doc/version-for-luatex/en/Makefile b/graphics/pgf/base/doc/version-for-luatex/en/Makefile
deleted file mode 100644
index c1b811d61e..0000000000
--- a/graphics/pgf/base/doc/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