7 $topdir = (shift @ARGV) or $topdir = ".";
11 open(IN
, "$topdir/Makefile.in");
13 if($invar && /^([ \t]*)(.*?)([\\])$/) {
15 if($4) { $invar = 1; } else { $invar = 0; }
16 } elsif(/^([^ ]*)_PROGS([0-9]*) = (.*?)([\\])$/) {
18 if($4) { $invar = 1; }
19 } else { $invar = 0; }
22 $progs =~ s/@([^@]+)@//g;
24 foreach(split(/bin\//, $progs)) {
33 for($i = 0; $i < 9; $i++) {
34 if(-e
"manpages-3/$f.$i.xml") { $found = 1; }
38 print "'$f' does not have a manpage\n";