summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-16 16:40:03 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-16 16:40:03 +0100
commit7d219c1e101fa41e6f447e8a6ee66e3bb974884b (patch)
tree73e67d1dad26253dd2c6a2519370f37d73964dba /packaging/windows
parenta3cf7d226fd1568f57e409efb6aade676683f832 (diff)
downloadrabbitmq-server-git-7d219c1e101fa41e6f447e8a6ee66e3bb974884b.tar.gz
fix a recursive compilation issue
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 959f762366..e06ae98d13 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -21,12 +21,11 @@ dist:
mkdir -p $(TARGET_DIR)
mkdir -p $(TARGET_DIR)/plugins
echo Put your .ez plugin files in this directory > $(TARGET_DIR)/plugins/README
- mkdir -p $(TARGET_DIR)/provided_plugins
- -cp $(PLUGINS_DIST_DIR)/*.ez $(TARGET_DIR)/provided_plugins
xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt
todos $(TARGET_DIR)/readme-service.txt
+ rm -f $(TARGET_DIR)/plugins-src/rabbitmq-server
zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(TARGET_DIR) rabbitmq-service.html