mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
make hooks and options work with rebar3 too
This commit is contained in:
parent
18c9f5eedf
commit
4bc57f76eb
1 changed files with 2 additions and 2 deletions
|
@ -143,10 +143,10 @@ xref: all
|
|||
$(REBAR) $(SKIPDEPS) xref
|
||||
|
||||
hooks: all
|
||||
tools/hook_deps.sh ebin
|
||||
tools/hook_deps.sh $(EBINDIR)
|
||||
|
||||
options: all
|
||||
tools/opt_types.sh ejabberd_option ebin
|
||||
tools/opt_types.sh ejabberd_option $(EBINDIR)
|
||||
|
||||
translations:
|
||||
tools/prepare-tr.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue