diff options
Diffstat (limited to 'scripts/context/perl/texexec.pl')
-rw-r--r-- | scripts/context/perl/texexec.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/context/perl/texexec.pl b/scripts/context/perl/texexec.pl index 973e2daee..9a04e3660 100644 --- a/scripts/context/perl/texexec.pl +++ b/scripts/context/perl/texexec.pl @@ -870,7 +870,7 @@ $OutputFormats{dvipdfm} = "dvipdfm"; $OutputFormats{dvipdfmx} = "dvipdfmx"; $OutputFormats{xetex} = "xetex"; -my @ConTeXtFormats = ( "nl", "en", "de", "cz", "uk", "it", "ro", "xx" ); +my @ConTeXtFormats = ( "nl", "en", "de", "cz", "uk", "it", "ro"); sub SetInterfaces { my ( $short, $long, $full ) = @_; @@ -890,7 +890,6 @@ SetInterfaces( "uk", "brittish", "english" ); SetInterfaces( "it", "italian", "italian" ); SetInterfaces( "no", "norwegian", "norwegian" ); SetInterfaces( "ro", "romanian", "romanian" ); -SetInterfaces( "xx", "experimental", "english" ); # Sub-option |