From fb3f14fe6ff5ff200aeb416ccbf25727297048ef Mon Sep 17 00:00:00 2001 From: Victor Laza Date: Wed, 15 Apr 2015 12:55:22 +0300 Subject: Fixed errors in conversion script for octopus project JIRA: OCTO-40 - Removed trailing "v"s from the build-docu.sh script Change-Id: I10df9dfa7486666221092027d3673dd82becae05 Signed-off-by: Victor Laza --- jjb/octopus/build-docu.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'jjb/octopus') 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 - -- cgit 1.2.3-korg