find_missing_manpages: Ignore make variables.
[bbaumbach/samba-autobuild/.git] / docs-xml / scripts / find_missing_manpages
index cd8ed875962d5f32ba5defd2e02ef3237075a60c..12cbc28555506bb736f880646f1618ec09820c7e 100755 (executable)
@@ -20,6 +20,7 @@ while(<IN>) {
 }
 
 $progs =~ s/@([^@]+)@//g;
+$progs =~ s/\$\(.*?\)//g;
 
 foreach(split(/bin\//, $progs)) {
        next if($_ eq " ");