Have pod2man.pl accept '=for comment ...' before the '=head1 NAME' line.
[oweals/openssl.git] / util / mkfiles.pl
index d8cac3a3b43520ec8e1c5d5382d171ad8ac64669..cb0e282fa8b0a1c9bb6b7fe0a61cfd1d478a93fd 100755 (executable)
@@ -54,6 +54,7 @@ my @dirs = (
 "crypto/ui",
 "crypto/krb5",
 "crypto/store",
+"crypto/pqueue",
 "ssl",
 "apps",
 "engines",
@@ -62,7 +63,7 @@ my @dirs = (
 );
 
 foreach (@dirs) {
-       &files_dir ($_, "Makefile.ssl");
+       &files_dir ($_, "Makefile");
 }
 
 exit(0);