Revision a68b0db7
Ajout cibles tests et apidoc pour la CI
Change-Id: Ia3b1106c64fb92d25818e72adf6e757b99503b60
Makefile | ||
---|---|---|
33 | 33 |
|
34 | 34 |
clean: clean_common |
35 | 35 |
|
36 |
doc: sphinxdoc |
|
37 |
|
|
38 | 36 |
serve: |
39 | 37 |
$(php) -S 0.0.0.0:8080 -t src |
40 | 38 |
|
... | ... | |
71 | 69 |
echo -n "$$lang : " && msgfmt --statistics -o "src/plugins/vigilo/locales/$$lang.mo" "src/plugins/vigilo/locales/$$lang.po"; \ |
72 | 70 |
done |
73 | 71 |
|
74 |
.PHONY: all install install_pkg clean man doc serve \ |
|
72 |
tests doc apidoc: |
|
73 |
|
|
74 |
.PHONY: all install install_pkg install_base install_data install_permissions \ |
|
75 |
clean man doc serve tests doc apidoc \ |
|
75 | 76 |
i18n extract_messages update_catalog identity_catalog compile_catalog |
Also available in: Unified diff