diff options
author | Norbert Preining <preining@logic.at> | 2009-05-21 12:50:34 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-21 12:50:34 +0000 |
commit | 1bff8a7ecb2db3c7cbccabc81ec90ab49c2dd8ca (patch) | |
tree | 0525961f833f1f3f2f8420eb4bf8c3d85c02ca15 /Master/tlpkg | |
parent | 04eab436248ba661373286b99a436effb39d55a9 (diff) |
merge bin-texsis into texsis
git-svn-id: svn://tug.org/texlive/trunk@13313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-texsis.tlpsrc | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texsis.tlpsrc | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-texsis.tlpsrc b/Master/tlpkg/tlpsrc/bin-texsis.tlpsrc deleted file mode 100644 index 637004fc810..00000000000 --- a/Master/tlpkg/tlpsrc/bin-texsis.tlpsrc +++ /dev/null @@ -1,5 +0,0 @@ -name bin-texsis -category TLCore -depend bin-tex -execute AddFormat name=texsis engine=pdftex options="-translate-file=cp227.tcx texsis.ini" -binpattern f bin/${ARCH}/texsis diff --git a/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc index 7137c60017d..16fa2326734 100644 --- a/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc @@ -14,5 +14,4 @@ depend startex depend texsis depend ytex depend bin-eplain -depend bin-texsis depend collection-basic diff --git a/Master/tlpkg/tlpsrc/texsis.tlpsrc b/Master/tlpkg/tlpsrc/texsis.tlpsrc index 53501ffe1d7..58b49e57778 100644 --- a/Master/tlpkg/tlpsrc/texsis.tlpsrc +++ b/Master/tlpkg/tlpsrc/texsis.tlpsrc @@ -1,3 +1,5 @@ name texsis category Package -depend bin-texsis +depend bin-tex +execute AddFormat name=texsis engine=pdftex options="-translate-file=cp227.tcx texsis.ini" +binpattern f bin/${ARCH}/texsis |