mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
make hooks and options work with rebar3 too
This commit is contained in:
parent
18c9f5eedf
commit
4bc57f76eb
@ -143,10 +143,10 @@ xref: all
|
|||||||
$(REBAR) $(SKIPDEPS) xref
|
$(REBAR) $(SKIPDEPS) xref
|
||||||
|
|
||||||
hooks: all
|
hooks: all
|
||||||
tools/hook_deps.sh ebin
|
tools/hook_deps.sh $(EBINDIR)
|
||||||
|
|
||||||
options: all
|
options: all
|
||||||
tools/opt_types.sh ejabberd_option ebin
|
tools/opt_types.sh ejabberd_option $(EBINDIR)
|
||||||
|
|
||||||
translations:
|
translations:
|
||||||
tools/prepare-tr.sh
|
tools/prepare-tr.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user