handle doc/arm/*.html

This commit is contained in:
Mark Andrews 2012-08-23 17:53:30 +10:00
parent 7e10208057
commit 9e58542551

View file

@ -86,6 +86,8 @@ while (<CHANGES>) {
$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])$/) {