From 9462e83946462eabfd032061f41a35c1d0109e84 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Fri, 19 Feb 2021 17:15:07 +0100 Subject: [PATCH] add temporary 'make static' command to only copy static files --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9544a1607..c0f780b3a 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ edi: LANGUAGES += en,fr,es edi: CURRENT_LANG += fr edi: clean html +static: extensions/odoo_theme/static extensions/odoo_theme/static/style.css + cp -r extensions/odoo_theme/static/* _build/html/_static/ + html: extensions/odoo_theme/static/style.css @echo "Starting build..." $(SPHINX_BUILD) -c $(CONFIG_DIR) -b html $(SPHINXOPTS) $(SOURCE_DIR) $(BUILD_DIR)/html