зеркало из https://github.com/mozilla/pjs.git
fine-tune javadoc commands.
This commit is contained in:
Родитель
edc333be15
Коммит
f15db4ddc5
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче