summaryrefslogtreecommitdiffstats
path: root/jjb/octopus/build-docu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/octopus/build-docu.sh')
-rw-r--r--jjb/octopus/build-docu.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/octopus/build-docu.sh b/jjb/octopus/build-docu.sh
index cbbf265d3..558451dbb 100644
--- a/jjb/octopus/build-docu.sh
+++ b/jjb/octopus/build-docu.sh
@@ -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"