osmith submitted this change.
manuals: osmo-s1gw: adjust build_publish_manuals
Use the proper command to build osmo-s1gw manuals, so it doesn't fail
with:
+ su build -c autoreconf -fi
autoreconf: error: 'configure.ac' is required
Change-Id: I096fd34fc5819becbc3a08a2dc4065d4913bbc1b
---
M scripts/manuals/publish-manuals-for-tags.sh
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/manuals/publish-manuals-for-tags.sh b/scripts/manuals/publish-manuals-for-tags.sh
index 06c9288..d65e128 100755
--- a/scripts/manuals/publish-manuals-for-tags.sh
+++ b/scripts/manuals/publish-manuals-for-tags.sh
@@ -425,7 +425,7 @@
osmo-epdg)
su build -c \"make -C docs/manuals\"
;;
- osmocom-bb)
+ osmocom-bb|osmo-s1gw)
su build -c \"make -C doc/manuals\"
;;
pyosmocom)
To view, visit change 42462. To unsubscribe, or for help writing mail filters, visit settings.