diff options
author | Norbert Preining <preining@logic.at> | 2012-05-13 13:01:45 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-05-13 13:01:45 +0000 |
commit | ac08384409ab08d956d3066744af1f45126c6374 (patch) | |
tree | 152b016d0d6ae723531b360c14cdb244b909dda7 /Master/texmf-dist/source/uplatex/base/uplfmt.ins | |
parent | 5a7e6ec8d102a22f5d4594a6813dbd716921fe78 (diff) |
include uptex support files and binaries
git-svn-id: svn://tug.org/texlive/trunk@26326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/uplatex/base/uplfmt.ins')
-rw-r--r-- | Master/texmf-dist/source/uplatex/base/uplfmt.ins | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/uplatex/base/uplfmt.ins b/Master/texmf-dist/source/uplatex/base/uplfmt.ins new file mode 100644 index 00000000000..300082f57b2 --- /dev/null +++ b/Master/texmf-dist/source/uplatex/base/uplfmt.ins @@ -0,0 +1,24 @@ +\input docstrip +\keepsilent +\usedir{tex/uplatex/base} +\ifToplevel{\askonceonly} + +\Msg{*** Generating the upLaTeX files for making the documents ***} + +\generate{ + \file{uplatex.ltx}{\from{uplatex.dtx}{plcore}} + \file{uplcore.ltx}{\from{uplvers.dtx}{plcore} + \from{uplfonts.dtx}{plcore} + \from{plcore.dtx}{plcore} + \from{uplvers.dtx}{plfinal}} + \file{ukinsoku.tex}{\from{ukinsoku.dtx}{plcore}} + \file{upldefs.ltx}{\from{uplfonts.dtx}{pldefs,xpt}} + \file{jy2mc.fd}{\from{uplfonts.dtx}{JY2mc}} + \file{jy2gt.fd}{\from{uplfonts.dtx}{JY2gt}} + \file{jt2mc.fd}{\from{uplfonts.dtx}{JT2mc}} + \file{jt2gt.fd}{\from{uplfonts.dtx}{JT2gt}} +% \file{plext.sty}{\from{plext.dtx}{package}} + \file{uptrace.sty}{\from{uplfonts.dtx}{trace}} +} + +\endbatchfile |