summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/manuals/reference/en/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/context/manuals/reference/en/Makefile')
-rw-r--r--Master/texmf-dist/doc/context/manuals/reference/en/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/context/manuals/reference/en/Makefile b/Master/texmf-dist/doc/context/manuals/reference/en/Makefile
index 8dbd2fc6e99..b6285d0ee28 100644
--- a/Master/texmf-dist/doc/context/manuals/reference/en/Makefile
+++ b/Master/texmf-dist/doc/context/manuals/reference/en/Makefile
@@ -1,3 +1,4 @@
+TEXMFFONTS=./texmf
sources = \
co-backgrounds.tex \
@@ -81,12 +82,16 @@ columns_sources = \
columns/cols-805.tex \
columns/cols-806.tex
-contextref.pdf: contextref.tex contextref-env.tex $(sources)
- texexec contextref
+contextref-%.pdf: contextref.tex contextref-env.tex $(sources) Makefile
+ context --mode=$* --result=$(basename $@) contextref
+
+# default target:
+contextref: contextref-screen.pdf
+
+all: contextref-screen.pdf contextref-print.pdf
clean:
- texutil --purgeall
- rm -f contextref-mp.{mpy,pdf,tex}
+ context --purgeall
clear: clean
rm -f contextref.pdf