changeset 1550:bbe377cccd05

Remove temporary files generated during documentation build process.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 18 Apr 2013 06:31:49 +0300
parents 50fb63d44321
children ac370da2c773
files docs/build-docs.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/build-docs.sh	Thu Apr 18 06:27:23 2013 +0300
+++ b/docs/build-docs.sh	Thu Apr 18 06:31:49 2013 +0300
@@ -130,6 +130,9 @@
 	$FOP -xml "$SRCXML" -xsl "$CATALOGS3" -pdf "$PDFFILE"
 fi
 
+## Remove temporary files
+rm -f "$SRCXML"
+
 
 ## Upload
 if test "x$1" = "x--upload"; then