diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-28 17:13:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-28 17:13:29 +0000 |
commit | 65f0f3ad4f5d989955979be0508b7c0400fbaf42 (patch) | |
tree | 4e8415db43ffae2142e90b7940e8c1201f88b2d0 /Master/tlpkg | |
parent | 63bfe751ab9d8031097ba8612973a380ad90a05d (diff) |
consistency
git-svn-id: svn://tug.org/texlive/trunk@22646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/metafont.tlpsrc | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ptex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tex.tlpsrc | 3 |
3 files changed, 11 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/metafont.tlpsrc b/Master/tlpkg/tlpsrc/metafont.tlpsrc index 033175a499a..5eb5cb4c7fe 100644 --- a/Master/tlpkg/tlpsrc/metafont.tlpsrc +++ b/Master/tlpkg/tlpsrc/metafont.tlpsrc @@ -1,10 +1,16 @@ depend kpathsea -execute AddFormat name=mf engine=mf-nowin options="-translate-file=cp227.tcx mf.ini" +execute AddFormat name=mf engine=mf-nowin \ + options="-translate-file=cp227.tcx mf.ini" +# srcpattern f ignore +# runpattern d texmf-dist/metafont/base runpattern d texmf-dist/metafont/config runpattern d texmf-dist/metafont/misc +# docpattern f texmf/doc/man/man1/mf-nowin.* docpattern f texmf/doc/man/man1/mf.* +# +binpattern f bin/${ARCH}/inimf binpattern f bin/${ARCH}/mf binpattern f bin/${ARCH}/mf-nowin diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index 7af2e713d2c..baf6641b7de 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -8,6 +8,7 @@ execute AddFormat name=eptex engine=eptex options="*eptex.ini" \ execute AddFormat name=platex engine=eptex options="*platex.ini" \ patterns=language.ptx # +binpattern f bin/${ARCH}/eptex binpattern f bin/${ARCH}/makejvf binpattern f bin/${ARCH}/mendex binpattern f bin/${ARCH}/pbibtex diff --git a/Master/tlpkg/tlpsrc/tex.tlpsrc b/Master/tlpkg/tlpsrc/tex.tlpsrc index 73e2fc6c354..c67eb16727d 100644 --- a/Master/tlpkg/tlpsrc/tex.tlpsrc +++ b/Master/tlpkg/tlpsrc/tex.tlpsrc @@ -1,5 +1,8 @@ category TLCore depend kpathsea execute AddFormat name=tex engine=tex options="tex.ini" +# docpattern f texmf/doc/man/man1/tex.* +# +binpattern f bin/${ARCH}/initex binpattern f bin/${ARCH}/tex |