[UPD] makefile: parallel make doc
This commit is contained in:
parent
d7c4f04c88
commit
2af6f62ccf
1 changed files with 6 additions and 5 deletions
11
Makefile
11
Makefile
|
|
@ -1106,11 +1106,12 @@ stat_module_evolution_per_year_OCA:
|
|||
# documentation all
|
||||
.PHONY: doc
|
||||
doc:
|
||||
./script/make.sh doc_dev
|
||||
./script/make.sh doc_migration
|
||||
./script/make.sh doc_test
|
||||
./script/make.sh doc_user
|
||||
./script/make.sh doc_markdown
|
||||
# ./script/make.sh doc_dev
|
||||
# ./script/make.sh doc_migration
|
||||
# ./script/make.sh doc_test
|
||||
# ./script/make.sh doc_user
|
||||
# ./script/make.sh doc_markdown
|
||||
parallel ::: "./script/make.sh doc_dev" "./script/make.sh doc_migration" "./script/make.sh doc_test" "./script/make.sh doc_user" "./script/make.sh doc_markdown"
|
||||
|
||||
# documentation clean all
|
||||
.PHONY: doc_clean
|
||||
|
|
|
|||
Loading…
Reference in a new issue