diff options
Diffstat (limited to 'Master')
-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 |