From faabc2a9282b7b5b8c9b8aeb4556e87fe5f7b6b7 Mon Sep 17 00:00:00 2001 From: Per Reedtz Thomsen Date: Fri, 31 Mar 2006 01:14:47 +0000 Subject: generate_except_xml.pl: closing the files at the end of the script. Makefile: changing to use a macro everywhere for bb-book.xsl --- documentation/boxbackup/Makefile | 7 ++++--- documentation/boxbackup/generate_except_xml.pl | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/documentation/boxbackup/Makefile b/documentation/boxbackup/Makefile index 50374978..36016d73 100644 --- a/documentation/boxbackup/Makefile +++ b/documentation/boxbackup/Makefile @@ -12,13 +12,13 @@ all: adminguide instguide adminguide: adminguide/index.html -adminguide/index.html: adminguide.xml ExceptionCodes.xml bb-book.xsl +adminguide/index.html: adminguide.xml ExceptionCodes.xml $(BOOKXSL) # docname=`echo $@ | sed -e 's/\/index.html//'` $(DBPROC) -o adminguide/ $(BOOKXSL) adminguide.xml -instguide: instguide/index.html bb-book.xsl +instguide: instguide/index.html -instguide/index.html: instguide.xml bb-book.xsl +instguide/index.html: instguide.xml $(BOOKXSL) $(DBPROC) -o instguide/ $(BOOKXSL) instguide.xml ExceptionCodes.xml: ../../ExceptionCodes.txt @@ -30,6 +30,7 @@ dockit: instguide adminguide clean: rm -rf ./instguide/ rm -rf ./adminguide/ + rm ExceptionCodes.xml rm documentation-kit-0.10.tar.gz diff --git a/documentation/boxbackup/generate_except_xml.pl b/documentation/boxbackup/generate_except_xml.pl index 1c6f9152..9046d5cf 100644 --- a/documentation/boxbackup/generate_except_xml.pl +++ b/documentation/boxbackup/generate_except_xml.pl @@ -68,4 +68,7 @@ EOD } print DOCBOOK "\n"; + +close EXCEPT; +close DOCBOOK; \ No newline at end of file -- cgit v1.2.3