Filter substitution variables out of list of undocumented applications.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 1 May 2009 02:38:19 +0000 (04:38 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 1 May 2009 11:10:13 +0000 (13:10 +0200)
docs-xml/scripts/find_missing_manpages.pl

index c468d7d1ee149875f95b22e36d2c0aa5639a9a8a..39bf7983ff58c6ef1d588e3f248e7a20bcbc4e58 100755 (executable)
@@ -19,6 +19,8 @@ while(<IN>) {
        } else { $invar = 0; }
 }
 
+$progs =~ s/@([^@]+)@//g;
+
 foreach(split(/bin\//, $progs)) {
        next if($_ eq " ");
        s/\@EXEEXT\@//g;