diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-27 10:06:41 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-27 10:06:41 +0100 |
| commit | e52ac8764f82d1375f85ddbd458a0c7c86ff4757 (patch) | |
| tree | d39b395539fe4bd1035a05b84145ecdc46386db1 /Makefile | |
| parent | 891e5a345e8adc7403abccfe74f192dc544d8f11 (diff) | |
| download | rabbitmq-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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
