mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 08:07:12 -04:00
add docbook
This commit is contained in:
parent
cc0f12921e
commit
aee5e9cbac
1 changed files with 3 additions and 1 deletions
|
|
@ -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.19 2004/03/05 12:56:28 marka Exp $
|
||||
# $Id: merge_copyrights,v 1.20 2004/08/16 23:56:18 marka Exp $
|
||||
|
||||
%file_types = ();
|
||||
%file_years = ();
|
||||
|
|
@ -62,6 +62,8 @@ while (<FILES>) {
|
|||
$file_types{$_} = "PERL";
|
||||
} elsif ($base =~ /\.sh$/) {
|
||||
$file_types{$_} = "SH";
|
||||
} elsif ($base =~ /\.docbook$/) {
|
||||
$file_types{$_} = "SGML";
|
||||
} elsif ($base =~ /\.html$/) {
|
||||
$file_types{$_} = "HTML";
|
||||
} elsif ($base =~ /\.(man|[0-9])$/) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue