[FIX] Makefile: output built HTML files in saas-18.1/ instead of master/
closes odoo/documentation#11814 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
818a633089
commit
ca88450e9e
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ SOURCE_DIR = content
|
|||||||
|
|
||||||
HTML_BUILD_DIR = $(BUILD_DIR)/html
|
HTML_BUILD_DIR = $(BUILD_DIR)/html
|
||||||
ifdef VERSIONS
|
ifdef VERSIONS
|
||||||
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/master
|
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-18.1
|
||||||
endif
|
endif
|
||||||
ifneq ($(CURRENT_LANG),en)
|
ifneq ($(CURRENT_LANG),en)
|
||||||
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)
|
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)
|
||||||
|
Loading…
Reference in New Issue
Block a user