From 6c53ef34bed6fac915d64e10f858fd38c35a7949 Mon Sep 17 00:00:00 2001 From: Sven Dolderer Date: Wed, 25 Oct 2023 17:51:08 +0200 Subject: [PATCH] made buildDoc script work again #2562 we use sechub-developertools/scripts/sdc.sh script --- buildDoc | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/buildDoc b/buildDoc index 0bd0191fac..bbc457c582 100755 --- a/buildDoc +++ b/buildDoc @@ -1,24 +1,6 @@ -#!/bin/bash +#!/bin/bash set -e cd `dirname $0` -# This script build full documentation and also creates all precondition parts -# So users can checkout from github and call this. -# -# You can either call this script directly or use gradle : "./gradlew buildDoc" from -# repository root folder. -# - -./buildExecutables - -echo -echo "********************************************************************" -echo "* Collect runtime information about some started artefacts" -echo "********************************************************************" -./gradlew integrationtest - -echo -echo "********************************************************************" -echo "* Build documents + pages by using static and former collected info" -echo "********************************************************************" -./gradlew documentation-with-pages +# Build everything including documentation +sechub-developertools/scripts/sdc.sh -b