From 6bb05c41feafd0f8dd9be2aededa7291c7f1e56e Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Fri, 26 Feb 2021 16:43:12 +0100 Subject: [PATCH] Makefile fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97f7bf1d1..5b6bf304e 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ edi: LANGUAGES += en,fr,es edi: CURRENT_LANG += fr edi: clean html -static: extensions/odoo_theme/static extensions/odoo_theme/static/style.css +static: extensions/odoo_theme/static/style.css cp -r extensions/odoo_theme/static/* _build/html/_static/ html: extensions/odoo_theme/static/style.css @@ -48,7 +48,7 @@ html: extensions/odoo_theme/static/style.css fast: SPHINXOPTS += -A collapse_menu=True fast: html -extensions/odoo_theme/static/style.css: extensions/odoo_theme/static/*.scss +extensions/odoo_theme/static/style.css: extensions/odoo_theme/static/style.scss extensions/odoo_theme/static/scss/*.scss @echo "Compiling stylesheets..." pysassc $(subst .css,.scss,$@) $@ @echo "Compilation finished."