This commit is contained in:
nicolson%netscape.com 2002-08-14 22:55:47 +00:00
Родитель edc333be15
Коммит f15db4ddc5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -282,6 +282,6 @@ sub javadoc {
my $targets = join(" ", @packages);
print "$targets\n";
print_do("$javadoc -private -breakiterator -sourcepath . -d $dist_dir/jssdoc $html_header_opt $targets");
#print "$javadoc -private -sourcepath . -d $dist_dir/jssdoc $html_header_opt $targets" . "\n";
print_do("cp $dist_dir/jssdoc/index.html $dist_dir/jssdoc/index.html.bak");
print_do("cp $dist_dir/jssdoc/overview-summary.html $dist_dir/jssdoc/index.html");
}