diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-06 13:40:32 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-06 13:40:32 +0000 |
| commit | adb913085e071307eb95effbc5ea2f382208ba4b (patch) | |
| tree | 2ffacab667b97a395c457729300e20dd0fcf6684 | |
| parent | 98b0a6f3240db17291b7011e4719b1c7683ee012 (diff) | |
| download | rabbitmq-server-git-adb913085e071307eb95effbc5ea2f382208ba4b.tar.gz | |
make source-dist: Do not distribute the website
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -38,8 +38,8 @@ include rabbitmq-components.mk # When we distribute RabbitMQ, we want to include all plugins. Therefore # we take the listed components, then we filter out the broker itself, -# the test framework, the non-Erlang clients and the dependencies -# already listed. +# the test framework, the non-Erlang clients, the website and the +# dependencies already listed. DISTRIBUTED_DEPS := $(filter-out \ rabbit \ rabbitmq_test \ @@ -47,6 +47,7 @@ DISTRIBUTED_DEPS := $(filter-out \ rabbitmq_toke \ rabbitmq_java_client \ rabbitmq_dotnet_client \ + rabbitmq_website \ $(DEPS), \ $(RABBITMQ_COMPONENTS)) |
