diff options
author | Norbert Preining <preining@logic.at> | 2012-05-13 13:03:16 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-05-13 13:03:16 +0000 |
commit | ae9169c7242cdd045a1c525d8f05a30f1cbeb671 (patch) | |
tree | 696f7b515eb2bc5531b46dd1f6edfd4f763e3f84 /Master/tlpkg/tlpsrc | |
parent | ac08384409ab08d956d3066744af1f45126c6374 (diff) |
include uptex.tlpsrc and include it in collection-langcjk
git-svn-id: svn://tug.org/texlive/trunk@26327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/uptex.tlpsrc | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc b/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc index 315b2299cfb..2de1e8a426a 100644 --- a/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc @@ -25,6 +25,7 @@ depend norasi-c90 depend ptex depend thailatex depend uhc +depend uptex depend wadalab depend zhmetrics depend zhspacing diff --git a/Master/tlpkg/tlpsrc/uptex.tlpsrc b/Master/tlpkg/tlpsrc/uptex.tlpsrc new file mode 100644 index 00000000000..7d077d5a7c9 --- /dev/null +++ b/Master/tlpkg/tlpsrc/uptex.tlpsrc @@ -0,0 +1,41 @@ +depend ptex +depend hyph-utf8 +depend adobemapping +depend ipaex +depend japanese +depend japanese-otf +# +execute AddFormat name=uptex engine=uptex options="uptex.ini" +execute AddFormat name=euptex engine=euptex options="*euptex.ini" \ + patterns=language.def +execute AddFormat name=uplatex engine=euptex options="*uplatex.ini" \ + patterns=language.dat +execute addKanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map +binpattern f bin/${ARCH}/convbkmk +binpattern f bin/${ARCH}/euptex +binpattern f bin/${ARCH}/upbibtex +binpattern f bin/${ARCH}/updvitype +binpattern f bin/${ARCH}/uplatex +binpattern f bin/${ARCH}/uppltotf +binpattern f bin/${ARCH}/uptftopl +binpattern f bin/${ARCH}/uptex +binpattern f bin/${ARCH}/wovp2ovf +# not built by now +#binpattern f bin/${ARCH}/upmetapost +# +runpattern d texmf-dist/tex/uptex/base +runpattern d texmf-dist/tex/uptex/config +runpattern d texmf-dist/tex/uplatex/base +runpattern d texmf-dist/tex/uplatex/config +runpattern d texmf-dist/scripts/uptex +runpattern d texmf-dist/fonts/tfm/uptex/jis +runpattern d texmf-dist/fonts/tfm/uptex/min +runpattern d texmf-dist/fonts/vf/uptex/jis +runpattern d texmf-dist/fonts/vf/uptex/min +runpattern d texmf-dist/fonts/map/dvipdfmx/uptex +# +srcpattern +d texmf-dist/source/uplatex/base +srcpattern +d texmf-dist/source/fonts/uptex +# +docpattern +d texmf-dist/doc/uplatex/base +docpattern +d texmf-dist/doc/uptex/base |