[Box Backup-dev] COMMIT r552 - box/trunk/documentation/boxbackup

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Mar 31 02:14:54 BST 2006


Author: per
Date: 2006-03-31 01:14:47 +0000 (Fri, 31 Mar 2006)
New Revision: 552

Modified:
   box/trunk/documentation/boxbackup/Makefile
   box/trunk/documentation/boxbackup/generate_except_xml.pl
Log:
generate_except_xml.pl: closing the files at the end of the script.
Makefile: changing to use a macro everywhere for bb-book.xsl


Modified: box/trunk/documentation/boxbackup/Makefile
===================================================================
--- box/trunk/documentation/boxbackup/Makefile	2006-03-30 21:07:56 UTC (rev 551)
+++ box/trunk/documentation/boxbackup/Makefile	2006-03-31 01:14:47 UTC (rev 552)
@@ -12,13 +12,13 @@
 
 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 @@
 clean:
 	rm -rf ./instguide/
 	rm -rf ./adminguide/
+	rm ExceptionCodes.xml
 	rm documentation-kit-0.10.tar.gz
 
 

Modified: box/trunk/documentation/boxbackup/generate_except_xml.pl
===================================================================
--- box/trunk/documentation/boxbackup/generate_except_xml.pl	2006-03-30 21:07:56 UTC (rev 551)
+++ box/trunk/documentation/boxbackup/generate_except_xml.pl	2006-03-31 01:14:47 UTC (rev 552)
@@ -68,4 +68,7 @@
 }
 
 print DOCBOOK "</appendix>\n";
+
+close EXCEPT;
+close DOCBOOK;
         
\ No newline at end of file




More information about the Boxbackup-dev mailing list