diff options
Diffstat (limited to 'jjb/octopus')
-rw-r--r-- | jjb/octopus/build-docu.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jjb/octopus/build-docu.sh b/jjb/octopus/build-docu.sh index 558451dbb..5978653d0 100644 --- a/jjb/octopus/build-docu.sh +++ b/jjb/octopus/build-docu.sh @@ -7,6 +7,3 @@ for file in $(find . -type f -iname '*.rst'); do rst2html $file > $html_file rst2pdf $file -o $pdf_file done -v -v - |