summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMichael Bridgen <mikeb@rabbitmq.com>2010-08-10 10:23:26 +0100
committerMichael Bridgen <mikeb@rabbitmq.com>2010-08-10 10:23:26 +0100
commit82aad8649a37fea6a33b266b1401de7ff361f738 (patch)
tree55c0475bcf98cf70f774b986cf17d21f083a4172 /packaging
parent6a6d6d3831aed9a985a556ff52455ba3ec88efef (diff)
downloadrabbitmq-server-git-82aad8649a37fea6a33b266b1401de7ff361f738.tar.gz
Make a plugin directory for the Windows package as well
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 50ce16370b..0046b070c0 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -22,6 +22,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