summaryrefslogtreecommitdiff
path: root/fonts/arsenal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/arsenal/Makefile')
-rw-r--r--fonts/arsenal/Makefile16
1 files changed, 15 insertions, 1 deletions
diff --git a/fonts/arsenal/Makefile b/fonts/arsenal/Makefile
index 4ca8e0e4f3..c550b15f5f 100644
--- a/fonts/arsenal/Makefile
+++ b/fonts/arsenal/Makefile
@@ -6,7 +6,11 @@ FONTS = \
Arsenal-Italic.otf \
Arsenal-Regular.otf
-SAMPLES = sample-math-iwona.tex sample-math-kpsans.tex sample-text.tex
+SAMPLES = \
+ sample-math-arsenal+kpsans.tex \
+ sample-math-iwona.tex \
+ sample-math-kpsans.tex \
+ sample-text.tex
PDF = $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf}
@@ -35,6 +39,16 @@ all: ${PDF} $(PACKAGE).sty $(FONTS) LICENSE_FONTS
while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
do xelatex $<; done
+
+sample-math-arsenal+kpsans.pdf: sample-math-arsenal+kpsans.tex $(PACKAGE).sty $(FONTS)
+ lualatex $<
+ - bibtex sample-math-arsenal+kpsans
+ lualatex $<
+ lualatex $<
+ while ( grep -q '^LaTeX Warning: Label(s) may have changed' sample-math-arsenal+kpsans.log) \
+ do lualatex $<; done
+
+
sample-math-%.tex: $(PACKAGE).ins sample-math.dtx
xelatex $<