diff options
Diffstat (limited to 'resources/tools/doc_gen/run_doc.sh')
-rwxr-xr-x | resources/tools/doc_gen/run_doc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |