зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
3d7ef399a7
Коммит
68b4565d1e
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче