From ca88450e9eeaf9ca284ebacad7acc66eeef9ea7f Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Wed, 22 Jan 2025 10:32:13 +0100 Subject: [PATCH] [FIX] Makefile: output built HTML files in saas-18.1/ instead of master/ closes odoo/documentation#11814 Signed-off-by: Antoine Vandevenne (anv) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63aba6b0a..878779cf9 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ SOURCE_DIR = content HTML_BUILD_DIR = $(BUILD_DIR)/html ifdef VERSIONS - HTML_BUILD_DIR := $(HTML_BUILD_DIR)/master + HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-18.1 endif ifneq ($(CURRENT_LANG),en) HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)