]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
ensure that html files have closing newline
authorMark Andrews <marka@isc.org>
Mon, 17 Feb 2003 06:03:24 +0000 (06:03 +0000)
committerMark Andrews <marka@isc.org>
Mon, 17 Feb 2003 06:03:24 +0000 (06:03 +0000)
make/rules.in

index 59d366462d466b6ba992d60b048a257ff3493f1f..df33917eb03703da7fb9765b5409c90b50b0e990 100644 (file)
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: rules.in,v 1.40.2.3 2002/07/10 00:35:46 marka Exp $
+# $Id: rules.in,v 1.40.2.3.4.1 2003/02/17 06:03:24 marka Exp $
 
 ###
 ### Common Makefile rules for BIND 9.
@@ -201,6 +201,7 @@ SGMLSPL = sgmlspl
 #
 .docbook.html:
        ${OPENJADE} -c ${SGMLCATALOG} -t sgml -d ${HTMLSTYLE} $<
+       echo "" >> r1.htm
        cat ${top_srcdir}/docutil/HTML_COPYRIGHT r1.htm > $@
 
 .docbook.1: