osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/39047?usp=email )
Change subject: scripts/manuals: fix osmocom-bb ......................................................................
scripts/manuals: fix osmocom-bb
Adjust publish-manuals-for-tags.sh so it can build manuals for osmocom-bb as well.
Change-Id: I33af549de326c20e887ece713087133d3efb4b77 --- M scripts/manuals/publish-manuals-for-tags.sh 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/scripts/manuals/publish-manuals-for-tags.sh b/scripts/manuals/publish-manuals-for-tags.sh index 610457a..77ad3d2 100755 --- a/scripts/manuals/publish-manuals-for-tags.sh +++ b/scripts/manuals/publish-manuals-for-tags.sh @@ -389,6 +389,9 @@ osmo-epdg) su build -c "make -C docs/manuals" ;; + osmocom-bb) + su build -c "make -C doc/manuals" + ;; pyosmocom) su build -c "make -C docs html latexpdf" ;;