summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-08 14:42:45 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-08 14:42:45 +0100
commitbee08ed2503d6569591c89d10608ab1c76d47822 (patch)
tree500e790a34bd54c25c8610bf61f6d348e960b6dd /packaging/windows
parent8113a819f08f99ece57e033603941b56ee43ab23 (diff)
downloadrabbitmq-server-git-bee08ed2503d6569591c89d10608ab1c76d47822.tar.gz
add the plugins to the windows package
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index a0be8d89e0..959f762366 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -2,6 +2,7 @@ VERSION=0.0.0
SOURCE_DIR=rabbitmq-server-$(VERSION)
TARGET_DIR=rabbitmq_server-$(VERSION)
TARGET_ZIP=rabbitmq-server-windows-$(VERSION)
+PLUGINS_DIST_DIR=
dist:
tar -zxf ../../dist/$(SOURCE_DIR).tar.gz
@@ -20,6 +21,8 @@ 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