From 75f77e257a275376e440a45a29b7b78ded3efe2b Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 11 Jan 2022 10:47:52 +0100 Subject: [PATCH] jenkins.sh: osmo-iuh no longer has doc/manuals/ make target the doc/manuals directory was dropped together with osmo-hnbgw binary when it was moved to a separate repository recently. Change-Id: Iceefc4e477ab516c5dc08e6c5b859c48d92a1b61 --- contrib/jenkins.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index a3a3d4a2..9ee073d3 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -62,9 +62,5 @@ $MAKE check \ $MAKE $PARALLEL_MAKE distcheck \ || cat-testlogs.sh -if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then - make -C "$base/doc/manuals" publish -fi - $MAKE $PARALLEL_MAKE maintainer-clean osmo-clean-workspace.sh