mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
teach merge_copyrights about .sty, .pdf, and .eps
(cherry picked from commit f7a6d4f915)
This commit is contained in:
parent
fdfc5477df
commit
2dd3e1d277
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ while (<CHANGES>) {
|
|||
$file_types{$_} = "SGML";
|
||||
} elsif ($base =~ /doc\/arm\/.*\.html$/) {
|
||||
$file_types{$_} = "X";
|
||||
} elsif ($base =~ /\.(sty|pdf|eps)$/) {
|
||||
$file_types{$_} = "X";
|
||||
} elsif ($base =~ /\.html$/) {
|
||||
$file_types{$_} = "HTML";
|
||||
} elsif ($base =~ /\.(man|[0-9])$/) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue