mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Move the extract_translations code to the tools dir (EJAB-1311)
This commit is contained in:
parent
2293bd6855
commit
819dbdbf59
4 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ $(ERLSHLIBS): %.so: %.c
|
|||
$(DYNAMIC_LIB_CFLAGS)
|
||||
|
||||
translations:
|
||||
../contrib/extract_translations/prepare-translation.sh -updateall
|
||||
../tools/extract_translations/prepare-translation.sh -updateall
|
||||
|
||||
install: all
|
||||
#
|
||||
|
|
|
@ -16,7 +16,7 @@ prepare_dirs ()
|
|||
|
||||
EJA_SRC_DIR=$EJA_DIR/src/
|
||||
EJA_MSGS_DIR=$EJA_SRC_DIR/msgs/
|
||||
EXTRACT_DIR=$EJA_DIR/contrib/extract_translations/
|
||||
EXTRACT_DIR=$EJA_DIR/tools/extract_translations/
|
||||
EXTRACT_ERL=$EXTRACT_DIR/extract_translations.erl
|
||||
EXTRACT_BEAM=$EXTRACT_DIR/extract_translations.beam
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue