diff options
| author | David Wragg <david@rabbitmq.com> | 2010-08-10 12:20:01 +0100 |
|---|---|---|
| committer | David Wragg <david@rabbitmq.com> | 2010-08-10 12:20:01 +0100 |
| commit | d89a35b5351c6212f41645b8b102b4671e10ffca (patch) | |
| tree | 0de07014b4c759bd51f489a72babc732e35ab1d7 | |
| parent | a1145b0d205da96ec1991aab44e80e940f0cd347 (diff) | |
| parent | 82aad8649a37fea6a33b266b1401de7ff361f738 (diff) | |
| download | rabbitmq-server-git-d89a35b5351c6212f41645b8b102b4671e10ffca.tar.gz | |
Remerge bug23038 into default
Plugins directory should always exist
| -rw-r--r-- | packaging/windows/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index b5e3a153da..f47b534083 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 |
