summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-03-07 14:15:16 +0100
committerOliver Smith <osmith@sysmocom.de>2023-03-07 14:15:16 +0100
commitede61f5dede7dbacbc3b9ef132360a1c606cda7b (patch)
treef248b46734a4994fb40ad1a9dbd9f78e73f6047c
parente2930dad356a0d2bc46deda8519246b9dd9ed119 (diff)
doc/manuals: set OSMO_REPOSITORYosmith/wip
Fix uploading manuals to the wrong directory. Related: OS#5902 Change-Id: I71ff92fefa5cd84e0e25f9a1c1c9ec9f897a2edc
-rw-r--r--doc/manuals/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index 603f4ba6..53bb375b 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -5,4 +5,5 @@ ASCIIDOC = osmocombb-usermanual.adoc
ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
+OSMO_REPOSITORY = osmocom-bb
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc