diff --git a/book.json b/book.json index dddd9392d..99d3775c5 100644 --- a/book.json +++ b/book.json @@ -6,7 +6,7 @@ "readme": "Foreword.md" }, - "title" : "OWASP Mobile Application Security Verification Standard latest", + "title" : "OWASP Mobile Application Security Verification Standard 1.1.4", "description": "The MASVS is The MASVS is a framework of security requirements needed to design, develop and test secure mobile apps.", "pdf":{ "fontFamily":"Cambria, calibri", diff --git a/tools/gendocs.sh b/tools/gendocs.sh index 1fcbd6129..12b08ad6c 100755 --- a/tools/gendocs.sh +++ b/tools/gendocs.sh @@ -36,7 +36,7 @@ exit 0; fi echo "Running creaton of pdfs and word documents" -rm ../Generated/*.* +mkdir ../Generated sh ./gitbookepubandpdf.sh $TRAVIS_TAG sh ./generate_document.sh $TRAVIS_TAG sh ./generate_document_de.sh $TRAVIS_TAG