summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/mptopdf.tlpsrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpsrc/mptopdf.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/mptopdf.tlpsrc15
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/mptopdf.tlpsrc b/Master/tlpkg/tlpsrc/mptopdf.tlpsrc
index 5827d0c9973..0a2adca27e8 100644
--- a/Master/tlpkg/tlpsrc/mptopdf.tlpsrc
+++ b/Master/tlpkg/tlpsrc/mptopdf.tlpsrc
@@ -18,20 +18,21 @@ runpattern f texmf-dist/tex/context/base/supp-mpe.mkii
runpattern f texmf-dist/tex/context/base/supp-pdf.mkii
runpattern f texmf-dist/tex/context/base/syst-tex.mkii
runpattern f texmf-dist/scripts/context/perl/mptopdf.pl
+runpattern f texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
runpattern f texmf-dist/tex/generic/context/mptopdf/mptopdf.tex
#
binpattern f bin/${ARCH}/mptopdf
#
docpattern +f texmf-dist/doc/man/man1/mptopdf.*
+docpattern +f texmf-dist/doc/context/scripts/mkii/mptopdf.man
# more info:
+# - supp-pdf is the main thing; it needs supp-mis for helper macros.
#
-# supp-pdf is the main thing; it needs supp-mis for helper macros.
-#
-# supp-mpe is for ConTeXt extensions (i.e., certain MetaPost specials),
-# according to pdftex.def (it is loaded by
+# - supp-mpe is for ConTeXt extensions (i.e., certain MetaPost
+# specials), according to pdftex.def (it is loaded by
# \LoadMetaPostSpecialExtensions).
#
-# mptopdf is for turning MetaPost files into stand-alone PDF.
-# mptopdf.pl relies on a format created from mptopdf.tex, which in turn
-# reads all the above *.mkii files.
+# - mptopdf (the script) is for turning MetaPost files into stand-alone
+# PDF. mptopdf.pl relies on a format created from mptopdf.tex, which in
+# turn reads all the above *.mkii files.