mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
handle XSL files
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: merge_copyrights,v 1.21 2005/04/07 03:50:05 marka Exp $
|
||||
# $Id: merge_copyrights,v 1.22 2005/05/12 02:18:57 marka Exp $
|
||||
|
||||
%file_types = ();
|
||||
%file_years = ();
|
||||
@@ -62,7 +62,8 @@ while (<FILES>) {
|
||||
$file_types{$_} = "PERL";
|
||||
} elsif ($base =~ /\.sh$/) {
|
||||
$file_types{$_} = "SH";
|
||||
} elsif ($base =~ /\.docbook$/) {
|
||||
} elsif ($base =~ /\.docbook$/ ||
|
||||
$base =~ /.xsl$/) {
|
||||
$file_types{$_} = "SGML";
|
||||
} elsif ($base =~ /\.html$/) {
|
||||
$file_types{$_} = "HTML";
|
||||
|
Reference in New Issue
Block a user