mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +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
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# 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_types = ();
|
||||||
%file_years = ();
|
%file_years = ();
|
||||||
@@ -62,7 +62,8 @@ while (<FILES>) {
|
|||||||
$file_types{$_} = "PERL";
|
$file_types{$_} = "PERL";
|
||||||
} elsif ($base =~ /\.sh$/) {
|
} elsif ($base =~ /\.sh$/) {
|
||||||
$file_types{$_} = "SH";
|
$file_types{$_} = "SH";
|
||||||
} elsif ($base =~ /\.docbook$/) {
|
} elsif ($base =~ /\.docbook$/ ||
|
||||||
|
$base =~ /.xsl$/) {
|
||||||
$file_types{$_} = "SGML";
|
$file_types{$_} = "SGML";
|
||||||
} elsif ($base =~ /\.html$/) {
|
} elsif ($base =~ /\.html$/) {
|
||||||
$file_types{$_} = "HTML";
|
$file_types{$_} = "HTML";
|
||||||
|
Reference in New Issue
Block a user