add more testing make rules
This commit is contained in:
parent
3316ac780a
commit
379e948312
9
Makefile
9
Makefile
@ -72,7 +72,12 @@ static: extensions/odoo_theme/static/style.css
|
|||||||
cp -r static/* _build/html/_static/
|
cp -r static/* _build/html/_static/
|
||||||
|
|
||||||
lang:
|
lang:
|
||||||
make clean
|
make fast LANGUAGES=en,fr CURRENT_LANG=en
|
||||||
|
make fast LANGUAGES=en,fr CURRENT_LANG=fr
|
||||||
|
|
||||||
|
version:
|
||||||
|
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master
|
||||||
|
|
||||||
|
both:
|
||||||
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=en
|
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=en
|
||||||
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=fr
|
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=fr
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
let tocEntryListId = 0; // Used to generate IDs of toc entry lists for both the menu and page TOC
|
let tocEntryListId = 0; // Used to generate IDs of toc entry lists for both the menu and page TOC
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update the provided TOC to allow collapsing its entries with Bootstrap's accordion.
|
* Update the provided TOC to allow collapsing its entries with Bootstrap's accordion.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user