From: Mark Andrews Date: Thu, 23 Aug 2012 07:53:30 +0000 (+1000) Subject: handle doc/arm/*.html X-Git-Tag: v9.8.4rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe003ae9fb9a8e8783570c6b8dbc8cacb6b0393;p=thirdparty%2Fbind9.git handle doc/arm/*.html --- diff --git a/util/merge_copyrights b/util/merge_copyrights index 63e8a85e0a9..36f77f31dc4 100644 --- a/util/merge_copyrights +++ b/util/merge_copyrights @@ -86,6 +86,8 @@ while () { $base =~ /.xsl$/ || $base =~ /.xml$/) { $file_types{$_} = "SGML"; + } elsif ($base =~ /doc\/arm\/.*\.html$/) { + $file_types{$_} = "X"; } elsif ($base =~ /\.html$/) { $file_types{$_} = "HTML"; } elsif ($base =~ /\.(man|[0-9])$/) {