diff options
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-cslatex.tlpsrc | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/cslatex.tlpsrc | 6 |
3 files changed, 5 insertions, 9 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-cslatex.tlpsrc b/Master/tlpkg/tlpsrc/bin-cslatex.tlpsrc deleted file mode 100644 index 411300bd8e6..00000000000 --- a/Master/tlpkg/tlpsrc/bin-cslatex.tlpsrc +++ /dev/null @@ -1,7 +0,0 @@ -name bin-cslatex -category TLCore -depend bin-latex -execute AddFormat name=cslatex engine=pdftex options="-etex -translate-file=cp227.tcx cslatex.ini" -execute AddFormat name=pdfcslatex engine=pdftex options="-etex -translate-file=cp227.tcx cslatex.ini" -binpattern f bin/${ARCH}/cslatex -binpattern f bin/${ARCH}/pdfcslatex diff --git a/Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc b/Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc index 6cc859eaa07..3645e205e28 100644 --- a/Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc @@ -6,7 +6,6 @@ depend cs depend csbulletin depend cslatex depend csplain -depend bin-cslatex depend vlna depend hyphen-czech depend hyphen-slovak diff --git a/Master/tlpkg/tlpsrc/cslatex.tlpsrc b/Master/tlpkg/tlpsrc/cslatex.tlpsrc index ae4e4bba6b6..35dcf3bbeae 100644 --- a/Master/tlpkg/tlpsrc/cslatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/cslatex.tlpsrc @@ -1,3 +1,7 @@ name cslatex category Package -depend bin-cslatex +depend bin-latex +execute AddFormat name=cslatex engine=pdftex options="-etex -translate-file=cp227.tcx cslatex.ini" +execute AddFormat name=pdfcslatex engine=pdftex options="-etex -translate-file=cp227.tcx cslatex.ini" +binpattern f bin/${ARCH}/cslatex +binpattern f bin/${ARCH}/pdfcslatex |