From: Peter Mikus Date: Fri, 16 Dec 2016 19:36:01 +0000 (+0000) Subject: Fix: CSIT documentation auto generation X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=d3ee9b63f4b6c819e21a20f74da3d69c8f1c87c6 Fix: CSIT documentation auto generation - fix the path error Change-Id: Ia1e491bd9a9f7f803571e8e7309c97fc7f388efc Signed-off-by: pmikus --- diff --git a/resources/tools/doc_gen/run_doc.sh b/resources/tools/doc_gen/run_doc.sh index 544554e93c..f4e41e5de4 100755 --- a/resources/tools/doc_gen/run_doc.sh +++ b/resources/tools/doc_gen/run_doc.sh @@ -50,4 +50,4 @@ sphinx-build -v -b html ${WORKING_DIR} ${BUILD_DIR}/ find . -type d -name 'env' | xargs rm -rf echo Creating csit.doc.tar.gz ... -tar -czvf ./csit.doc.tar.gz ${BUILD_DIR} +tar -czvf ./csit.docs.tar.gz ${BUILD_DIR}