add temporary 'make static' command to only copy static files
This commit is contained in:
parent
c4fac8733c
commit
9462e83946
3
Makefile
3
Makefile
@ -37,6 +37,9 @@ edi: LANGUAGES += en,fr,es
|
|||||||
edi: CURRENT_LANG += fr
|
edi: CURRENT_LANG += fr
|
||||||
edi: clean html
|
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
|
html: extensions/odoo_theme/static/style.css
|
||||||
@echo "Starting build..."
|
@echo "Starting build..."
|
||||||
$(SPHINX_BUILD) -c $(CONFIG_DIR) -b html $(SPHINXOPTS) $(SOURCE_DIR) $(BUILD_DIR)/html
|
$(SPHINX_BUILD) -c $(CONFIG_DIR) -b html $(SPHINXOPTS) $(SOURCE_DIR) $(BUILD_DIR)/html
|
||||||
|
Loading…
Reference in New Issue
Block a user