diff options
-rw-r--r-- | Master/tlpkg/tlpsrc/metapost.tlpsrc | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/Master/tlpkg/tlpsrc/metapost.tlpsrc b/Master/tlpkg/tlpsrc/metapost.tlpsrc index a4af53368cf..d73132fb99f 100644 --- a/Master/tlpkg/tlpsrc/metapost.tlpsrc +++ b/Master/tlpkg/tlpsrc/metapost.tlpsrc @@ -1,20 +1,7 @@ -name metapost -category Package depend kpathsea execute AddFormat name=mpost engine=mpost options="-translate-file=cp227.tcx mpost.mp" execute AddFormat name=mfplain engine=mpost options="-translate-file=cp227.tcx mfplain.ini" srcpattern f ignore -runpattern d texmf-dist/metapost/base -runpattern d texmf-dist/metapost/config -runpattern d texmf-dist/metapost/misc -runpattern d texmf-dist/metapost/support -docpattern d texmf-dist/doc/metapost/base -docpattern f texmf/doc/man/man1/dmp.* -docpattern f texmf/doc/man/man1/dvitomp.* -docpattern f texmf/doc/man/man1/makempx.* -docpattern f texmf/doc/man/man1/mpost.* -docpattern f texmf/doc/man/man1/mpto.* -docpattern f texmf/doc/man/man1/newer.* binpattern f bin/${ARCH}/dmp binpattern f bin/${ARCH}/dvitomp binpattern f bin/${ARCH}/makempx @@ -22,3 +9,15 @@ binpattern f bin/${ARCH}/mfplain binpattern f bin/${ARCH}/mpost binpattern f bin/${ARCH}/mpto binpattern f bin/${ARCH}/newer +docpattern d texmf-dist/doc/metapost/base +docpattern f texmf/doc/man/man1/dmp.* +docpattern f texmf/doc/man/man1/dvitomp.* +docpattern f texmf/doc/man/man1/makempx.* +docpattern f texmf/doc/man/man1/mpost.* +docpattern f texmf/doc/man/man1/mpto.* +docpattern f texmf/doc/man/man1/newer.* +runpattern d texmf-dist/metapost/base +runpattern d texmf-dist/metapost/config +runpattern d texmf-dist/metapost/misc +runpattern d texmf-dist/metapost/support +runpattern d texmf-dist/tex/generic/metapost |