summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/version-for-dvips/en/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/doc/version-for-dvips/en/Makefile')
-rw-r--r--graphics/pgf/base/doc/version-for-dvips/en/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/graphics/pgf/base/doc/version-for-dvips/en/Makefile b/graphics/pgf/base/doc/version-for-dvips/en/Makefile
deleted file mode 100644
index 888e665a4c..0000000000
--- a/graphics/pgf/base/doc/version-for-dvips/en/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-rerun = "(There were undefined references|Rerun to get (cross-references|the bars) right)"
-doc = pgfmanual
-latex = latex
-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
- dvips -o $(doc).ps $(doc).dvi
- gs -dNOPAUSE -sDEVICE=pdfwrite -dBATCH -dCompatibilityLevel=1.4 -dALLOWPSTRANSPARENCY -sOutputFile=$(doc).pdf $(doc).ps
-
-test: $(doc)-test.tex revisionfile
- TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc)-test.tex
- (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc)-test.tex) || true
- dvips -o $(doc)-test.ps $(doc)-test.dvi
- gs -dNOPAUSE -sDEVICE=pdfwrite -dBATCH -dCompatibilityLevel=1.4 -dALLOWPSTRANSPARENCY -sOutputFile=$(doc)-test.pdf $(doc)-test.ps
-
-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
-