mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
handle doc/arm/*.html
This commit is contained in:
parent
7e10208057
commit
9e58542551
1 changed files with 2 additions and 0 deletions
|
|
@ -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])$/) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue