#!/usr/bin/perl

$ctchome = Cygwin::win_to_posix_path($ENV{CTCHOME});

require $ctchome."/ctc2html.pl";

1;
