Added verbosity for the script that builds documentation
[releng.git] / jjb / functest / build-docu.sh
index 7970564..ca9ecd0 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -xv
 for file in $(find . -type f -iname '*.rst'); do
         file_cut="${{file%.*}}"
         html_file=$file_cut".html"