diff options
author | Norbert Preining <preining@logic.at> | 2009-05-21 13:04:47 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-21 13:04:47 +0000 |
commit | 996c07eed3f368a9f191a67b9c238f5d349ebc83 (patch) | |
tree | bc3bbc4191bc333e6e555ce3a93d82ddcaef61af /Master | |
parent | 64557f1f5ae69c07cd04911fed1168764ae455e2 (diff) |
merge bin-cslatex into cslatex
git-svn-id: svn://tug.org/texlive/trunk@13322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 |