--- /dev/null 2016-11-12 05:38:53.461605541 -0500 +++ bin/named/titlexsl.pl 2017-06-04 18:27:59.000000000 -0400 @@ -0,0 +1,41 @@ +#!/usr/bin/env perl + +use warnings; +use strict; + +my( $text, %stats ); + +while( <> ) { + next unless($text || m(
) ); + last if( m(
\s*\s* + \s*(?:<(TYPE)>)?(\w+)\s*\s* + \s*(?:]*>.*?)?\s* + ]*>\s* + (.*?)\s* + \s*,xs; + +print( "" ); + --- bin/named/Makefile.in.orig 2017-04-13 23:58:25.000000000 -0400 +++ bin/named/Makefile.in 2017-06-04 18:20:52.000000000 -0400 @@ -56,10 +56,11 @@ ISCCFGDEPLIBS = ../../lib/isccfg/libisccfg.@A@ ISCCCDEPLIBS = ../../lib/isccc/libisccc.@A@ ISCDEPLIBS = ../../lib/isc/libisc.@A@ LWRESDEPLIBS = ../../lib/lwres/liblwres.@A@ BIND9DEPLIBS = ../../lib/bind9/libbind9.@A@ +ARMDOC = ../../doc/arm/Bv9ARM-book.xml DEPLIBS = ${LWRESDEPLIBS} ${DNSDEPLIBS} ${BIND9DEPLIBS} \ ${ISCCFGDEPLIBS} ${ISCCCDEPLIBS} ${ISCDEPLIBS} LIBS = ${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} \ @@ -152,12 +153,14 @@ clean distclean maintainer-clean:: rm -f ${TARGETS} ${OBJS} maintainer-clean:: -bind9.xsl.h: bind9.xsl ${srcdir}/convertxsl.pl - ${PERL} ${srcdir}/convertxsl.pl < ${srcdir}/bind9.xsl > bind9.xsl.h +bind9.xsl.h: bind9.xsl ${srcdir}/convertxsl.pl $(srcdir)/titlexsl.pl + $(PERL) $(srcdir)/titlexsl.pl < $(ARMDOC) > $(srcdir)/bind9.titles + sed -e '/