Home | History | Annotate | Download | only in dist

Lines Matching refs:htmldocs

2081         my %htmldocs = ();
2299 qr/^\s* HTMLDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2300 => sub { $push_to->(\%htmldocs, $expand_variables->($+{INDEX}),
2635 foreach my $section (keys %htmldocs) {
2636 foreach (@{$htmldocs{$section}}) {
2637 my $htmldocs = cleanfile($buildd, $_, $blddir);
2638 $unified_info{htmldocs}->{$section}->{$htmldocs} = 1;
2878 "imagedocs", "htmldocs", "mandocs")) {
2927 (map { @{$unified_info{htmldocs}->{$_} // []} }
2928 keys %{$unified_info{htmldocs} // {}}),