[ADD] makefile: open_doc_all
This commit is contained in:
parent
d141a54b8c
commit
47127058bb
1 changed files with 9 additions and 0 deletions
9
Makefile
9
Makefile
|
|
@ -728,6 +728,15 @@ doc_clean:
|
|||
./script/make.sh doc_clean_test
|
||||
./script/make.sh doc_clean_user
|
||||
|
||||
# open documentation all
|
||||
.PHONY: open_doc_all
|
||||
open_doc_all:
|
||||
./script/make.sh open_doc_dev
|
||||
./script/make.sh open_doc_dev_odoo
|
||||
./script/make.sh open_doc_migration
|
||||
./script/make.sh open_doc_test
|
||||
./script/make.sh open_doc_user
|
||||
|
||||
# documentation dev
|
||||
.PHONY: doc_dev
|
||||
doc_dev:
|
||||
|
|
|
|||
Loading…
Reference in a new issue