osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/47/39047/1
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" ;;