diff options
Diffstat (limited to 'Build/tools/Tpm.pm')
-rw-r--r-- | Build/tools/Tpm.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/tools/Tpm.pm b/Build/tools/Tpm.pm index 2944702c230..774d0b1a162 100644 --- a/Build/tools/Tpm.pm +++ b/Build/tools/Tpm.pm @@ -122,9 +122,10 @@ my @engines = ("aleph", "enctex", "eomega", "metafont", "metapost", "omega", "pd # The so called formats my @formats = ( "alatex", "amstex", "context", "cslatex", "csplain", "enctex", - "eplain", "fontinst", "generic", "jadetex", "lambda", "latex", "latex3", + "eplain", "fontinst", "generic", "jadetex", "lambda", + "latex", "latex3", "mex", "physe", "phyzzx", "plain", "psizzl", - "startex", "texinfo", "texsis", "xmltex", "ytex", ); + "startex", "texinfo", "texsis", "xetex", "xmltex", "ytex", ); # Kind of font files my @fonttypes = ( "afm", "misc", "ofm", "opentype", "ovf", "ovp", "pfb", |