# HG changeset patch # User Matti Hamalainen # Date 1366255909 -10800 # Node ID bbe377cccd05f1d2d5b6371bc18a0e0434689d75 # Parent 50fb63d4432117602c13a6c1e6f93fd3c0b3c352 Remove temporary files generated during documentation build process. diff -r 50fb63d44321 -r bbe377cccd05 docs/build-docs.sh --- 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