diff options
author | Hans Hagen <pragma@wxs.nl> | 2005-02-07 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2005-02-07 00:00:00 +0100 |
commit | 832f714d45cd58bd72317a6f4e41420d61520600 (patch) | |
tree | babb644466cbd33f42e5f100658220cf47e68321 /scripts | |
parent | bff37fc7ea9891ff7eaf0c9399df0e6431b758e6 (diff) | |
download | context-832f714d45cd58bd72317a6f4e41420d61520600.tar.gz |
stable 2005.02.07
Diffstat (limited to 'scripts')
-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 |