docs: Rename manpages-3 -> manpages.
[bbaumbach/samba-autobuild/.git] / docs-xml / scripts / find_missing_manpages.pl
index 0d66280a5a092a2d92fe15822861a3e6a0f3adcc..cd8ed875962d5f32ba5defd2e02ef3237075a60c 100755 (executable)
@@ -30,7 +30,7 @@ foreach(split(/bin\//, $progs)) {
        $found = 0;
 
        for($i = 0; $i < 9; $i++) {
-               if(-e "manpages-3/$f.$i.xml") { $found = 1; }
+               if(-e "manpages/$f.$i.xml") { $found = 1; }
        }
 
        if(!$found) {