9
0
Fork 0

manuals: set OSMO_REPOSITORY

Fix uploading manuals to the wrong directory.

Related: OS#5902
Change-Id: I44f138c4102ea74f8e88350e130a9303203d6440
This commit is contained in:
Oliver Smith 2023-03-07 14:22:59 +01:00
parent 25a1014755
commit cd4916c87f
3 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,5 @@ srcdir=$(CURDIR)
VTY_REFERENCE = osmo-bsc-mgcp-vty-reference.xml
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
OSMO_REPOSITORY = openbsc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc

View File

@ -4,4 +4,5 @@ srcdir=$(CURDIR)
VTY_REFERENCE = osmo-bsc-nat-vty-reference.xml
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
OSMO_REPOSITORY = openbsc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc

View File

@ -8,4 +8,5 @@ include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
VTY_REFERENCE = osmonitb-vty-reference.xml
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
OSMO_REPOSITORY = openbsc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc