Home | History | Annotate | Download | only in dist

Lines Matching refs:mandocs

2082         my %mandocs = ();
2304 qr/^\s* MANDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2305 => sub { $push_to->(\%mandocs, $expand_variables->($+{INDEX}),
2642 foreach my $section (keys %mandocs) {
2643 foreach (@{$mandocs{$section}}) {
2644 my $mandocs = cleanfile($buildd, $_, $blddir);
2645 $unified_info{mandocs}->{$section}->{$mandocs} = 1;
2878 "imagedocs", "htmldocs", "mandocs")) {
2929 (map { @{$unified_info{mandocs}->{$_} // []} }
2930 keys %{$unified_info{mandocs} // {}}) ] );