diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-15 17:42:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-15 17:42:09 +0000 |
commit | 7ebf4844e43e718d428c00e5af85704c584df1d3 (patch) | |
tree | 8ecaf10e3395e844ea047e9d2f2921a8397130a1 | |
parent | cbd09ffecddff833dd11ee5b0fc943648c19d978 (diff) |
(formats): add xelatex.
git-svn-id: svn://tug.org/texlive/trunk@2134 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/tools/Tpm.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/tools/Tpm.pm b/Build/tools/Tpm.pm index b02d19183b5..9cd38e50567 100644 --- a/Build/tools/Tpm.pm +++ b/Build/tools/Tpm.pm @@ -125,7 +125,8 @@ my @formats = ( "eplain", "fontinst", "generic", "jadetex", "lambda", "latex", "latex3", "mex", "physe", "phyzzx", "plain", "psizzl", - "startex", "texinfo", "texsis", "xetex", "xmltex", "ytex", ); + "startex", "texinfo", "texsis", "xetex", "xelatex", + "xmltex", "ytex", ); # Kind of font files my @fonttypes = ( "afm", "misc", "ofm", "opentype", "ovf", "ovp", "pfb", |