summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/babel-greek/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/babel-greek/Makefile')
-rw-r--r--Master/texmf-dist/source/generic/babel-greek/Makefile30
1 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/generic/babel-greek/Makefile b/Master/texmf-dist/source/generic/babel-greek/Makefile
index af860da050d..5cfd53df74f 100644
--- a/Master/texmf-dist/source/generic/babel-greek/Makefile
+++ b/Master/texmf-dist/source/generic/babel-greek/Makefile
@@ -22,7 +22,7 @@ SH = sh
# programs
PYLIT = pylit # text <-> source converter for literal programming
RST2HTML = rst2html5 # text -> HTML converter, see docutils.sf.net
-RUBBER = rubber -f # wrapper around `latex`, run until references resolved
+RUBBER = rubber -f --pdf # wrapper around `latex`, run until references resolved
LATEX = pdflatex -interaction batchmode # suppress logging to terminal
# LaTeX source files
@@ -55,28 +55,32 @@ README.html: README
pdf: babel-greek.pdf athnum.pdf grmath.pdf usage.pdf\
- test-greek.pdf test-unicode-greek.pdf test-unicode-lgr.pdf
+ test-greek-lgr.pdf test-greek-tu.pdf test-8bit-greek.pdf \
+ test-tu-lgr.pdf
babel-greek.pdf: babel-greek.dtx
- $(RUBBER) --pdf babel-greek.dtx
+ $(RUBBER) -m hyperref babel-greek.dtx
athnum.pdf: athnum.dtx
- $(RUBBER) --pdf athnum.dtx
+ $(RUBBER) athnum.dtx
grmath.pdf: grmath.dtx
- $(RUBBER) --pdf grmath.dtx
+ $(RUBBER) grmath.dtx
usage.pdf: usage.tex greek.ldf
- $(RUBBER) --pdf usage.tex
+ $(RUBBER) usage.tex
-test-greek.pdf: test-greek.tex greek.ldf
- $(RUBBER) --pdf test-greek.tex
+test-greek-lgr.pdf: test-greek.tex greek.ldf
+ $(RUBBER) --jobname=test-greek-lgr test-greek.tex
-test-unicode-greek.pdf: test-unicode-greek.tex greek.ldf
- $(RUBBER) -m xelatex test-unicode-greek.tex
+test-greek-tu.pdf: test-greek.tex greek.ldf
+ $(RUBBER) -m xelatex --jobname=test-greek-tu test-greek.tex
-test-unicode-lgr.pdf: test-unicode-lgr.tex greek.ldf
- $(RUBBER) -m xelatex test-unicode-lgr.tex
+test-8bit-greek.pdf: test-8bit-greek.tex greek.ldf
+ $(RUBBER) -m hyperref test-8bit-greek.tex
+
+test-tu-lgr.pdf: test-tu-lgr.tex greek.ldf
+ $(RUBBER) -m hyperref -m xelatex test-tu-lgr.tex
# Installation
@@ -101,4 +105,4 @@ install-doc: doc
.PHONY: clean
clean:
- rm -f *.aux *.log *.toc *~
+ rm -f *.aux *.log *.toc *.out *~