summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-08-10 12:20:01 +0100
committerDavid Wragg <david@rabbitmq.com>2010-08-10 12:20:01 +0100
commit64436988c1fe5af7620aa21835beb4de24cd43e9 (patch)
tree0de07014b4c759bd51f489a72babc732e35ab1d7
parent20975bab27703927f64e13f3ea5140c147745ba8 (diff)
parentdf56783b7f229c55f9b999df46e3f27971f74285 (diff)
downloadrabbitmq-server-64436988c1fe5af7620aa21835beb4de24cd43e9.tar.gz
Remerge bug23038 into default
Plugins directory should always exist
-rw-r--r--packaging/windows/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index b5e3a153..f47b5340 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -20,6 +20,8 @@ dist:
mv $(SOURCE_DIR) $(TARGET_DIR)
mkdir -p $(TARGET_DIR)
+ mkdir -p $(TARGET_DIR)/plugins
+ echo Put your .ez plugin files in this directory > $(TARGET_DIR)/plugins/README
xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt