Fix 'make undocumented' (by hardcoding the source path, now that the docs
[bbaumbach/samba-autobuild/.git] / docs-xml / scripts / find_missing_manpages.pl
index 39bf7983ff58c6ef1d588e3f248e7a20bcbc4e58..90d9f6abe8cca1008dab21112346023ff6686278 100755 (executable)
@@ -32,7 +32,7 @@ foreach(split(/bin\//, $progs)) {
        $found = 0;
 
        for($i = 0; $i < 9; $i++) {
-               if(-e "manpages/$f.$i.xml") { $found = 1; }
+               if(-e "manpages-3/$f.$i.xml") { $found = 1; }
        }
 
        if(!$found) {