osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/31724 )
Change subject: doc/manuals: set OSMO_REPOSITORY ......................................................................
doc/manuals: set OSMO_REPOSITORY
Fix uploading manuals to the wrong directory.
Related: OS#5902 Change-Id: I9a84ac72180eeaaad64d923b29541f6ed9828b4e --- M doc/manuals/Makefile 1 file changed, 13 insertions(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile index 53cb8ff..14b2241 100644 --- a/doc/manuals/Makefile +++ b/doc/manuals/Makefile @@ -7,4 +7,5 @@ icE1usb-usermanual.pdf: chapters/icE1usb/*.adoc e1-tracer-usermanual.pdf: chapters/e1-tracer/*.adoc
+OSMO_REPOSITORY = osmo-e1-hardware include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc