summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-27 10:06:41 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-27 10:06:41 +0100
commite52ac8764f82d1375f85ddbd458a0c7c86ff4757 (patch)
treed39b395539fe4bd1035a05b84145ecdc46386db1 /Makefile
parent891e5a345e8adc7403abccfe74f192dc544d8f11 (diff)
downloadrabbitmq-server-git-e52ac8764f82d1375f85ddbd458a0c7c86ff4757.tar.gz
make source-dist: Do not distribute some subdirectories
For now, skip cowboy's documentation and examples, and rabbitmq-mqtt test client (which is downloaded during the test).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f2a88dc3ee..3d843e6afd 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,10 @@ RSYNC_FLAGS += -a $(RSYNC_V) \
--exclude 'plugins/' \
--exclude '$(notdir $(DIST_DIR))/' \
--exclude '/$(SOURCE_DIST_BASE)-*' \
+ --exclude '/cowboy/doc/' \
+ --exclude '/cowboy/examples/' \
+ --exclude '/rabbitmq_mqtt/test/build/' \
+ --exclude '/rabbitmq_mqtt/test/test_client/'\
--delete \
--delete-excluded