changeset 1631:5a74247c16b5

Do not delete generated final DocBook XML.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Oct 2019 05:10:07 +0300
parents 07aadee01164
children 8bf2b62edd12
files docs/build-docs.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/build-docs.sh	Fri Oct 11 05:09:33 2019 +0300
+++ b/docs/build-docs.sh	Fri Oct 11 05:10:07 2019 +0300
@@ -88,6 +88,7 @@
 
 
 ### Generate kludge-normalized XML from the DocBook SGML source
+echo "* Running tfdoc .."
 ( perl -w tfdoc.pl "$TFPATH" < "$SRCSGML" | perl -w normalizeml.pl > "$SRCXML" ) || exit 1
 
 
@@ -131,7 +132,7 @@
 fi
 
 ## Remove temporary files
-rm -f "$SRCXML"
+#rm -f "$SRCXML"
 
 
 ## Upload