[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Thu Aug 20 03:12:42 UTC 2015


The branch master has been updated
       via  ee72f9113a9330c6782bf50c922c1f882d143531 (commit)
      from  62b7ae141caea8915c19a6250d9278b45edbf539 (commit)


- Log -----------------------------------------------------------------
commit ee72f9113a9330c6782bf50c922c1f882d143531
Author: Rich Salz <rsalz at akamai.com>
Date:   Wed Aug 19 23:12:38 2015 -0400

    Don't add man* subdir contents to sitemap

-----------------------------------------------------------------------

Summary of changes:
 bin/mk-sitemap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/mk-sitemap b/bin/mk-sitemap
index ee76444..b362ff1 100755
--- a/bin/mk-sitemap
+++ b/bin/mk-sitemap
@@ -33,6 +33,7 @@ dodir()
 	my $simple = $entry;
 	$simple =~ s at .*/@@;
 	print "\n", "\t" x $level, $simple, "/\n";
+        next if $entry =~ m/man0.9.8|man1.0..|manmaster/;
 	&dodir($entry, $level + 1);
     }
 }


More information about the openssl-commits mailing list