diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-01 00:50:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-01 00:50:12 +0000 |
commit | 4334d1b8217611a91fdc9616871639ee1a0592ba (patch) | |
tree | 15f476a9b91d2a160563829f9fbdf8a209ca2069 /Build | |
parent | 4f356bad522890dcd9a99aa50759749999eb0383 (diff) |
xunicode now from ctan (29jul07)
git-svn-id: svn://tug.org/texlive/trunk@4687 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 2 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 0be0cbe1b34..22e92520bd3 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -526,6 +526,7 @@ $standardsourcefmt='latex'; 'wasy2', 'plain', 'xltxtra', 'xelatex', 'xmlplay', 'xmltex', + 'xunicode', 'xelatex', ); $standardfmt='latex'; @@ -624,6 +625,7 @@ $standardfmt='latex'; 'wasy2', 'fonts', 'xltxtra', 'xelatex', 'xq', 'fonts', + 'xunicode', 'xelatex', 'xypic-tut-pt','portuguese', ); $standarddocfmt='latex'; diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index fad160b436b..66141077011 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -139,7 +139,7 @@ my @WorkingTPM = qw( wallpaper warning warpcol williams wordlike wrapfig xbase xcolor xdoc xetexref xfor xfrac xifthen xkeyval xltxtra xnewcommand xoptarg - xq xtab xtcapts xyling xypic-tut-pt + xq xtab xtcapts xunicode xyling xypic-tut-pt xytree york-thesis ); |