Add bin/rabbitmqadmin to the distributed EZ

This commit is contained in:
Jean-Sébastien Pédron 2015-10-16 13:02:44 +02:00
parent 99b188ab84
commit a5800b468c
1 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,17 @@ ERLANG_MK_COMMIT = rabbitmq-tmp
include rabbitmq-components.mk
include erlang.mk
# --------------------------------------------------------------------
# Distribution.
# --------------------------------------------------------------------
list-dist-deps::
@echo bin/rabbitmqadmin
prepare-dist::
$(verbose) sed 's/%%VSN%%/$(VSN)/' bin/rabbitmqadmin \
> $(EZ_DIR)/priv/www/cli/rabbitmqadmin
# --------------------------------------------------------------------
# Testing.
# --------------------------------------------------------------------