fix 157622: cleanup javadoc warnings.

Have the build system automatically copy overview-summary.html over
index.html so we get a frame-free version.
This commit is contained in:
nicolson%netscape.com 2002-07-15 22:52:58 +00:00
Родитель 3d7ef399a7
Коммит 68b4565d1e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -283,4 +283,5 @@ sub javadoc {
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/overview-summary.html $dist_dir/jssdoc/index.html");
}