summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-03 12:40:32 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-03 12:40:32 +0100
commitc18ba4de9e86caa3826f7af59605c2206fb2ec46 (patch)
tree757e8d4f3fbf5bde6b7fade7fb0a6304f1779ce5 /packaging/windows
parent84171ca4c01ef4ee8e85a0b1c96ece36509313e0 (diff)
downloadrabbitmq-server-git-c18ba4de9e86caa3826f7af59605c2206fb2ec46.tar.gz
make sure plugins/README is in all the binary packages
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index b76e5b9838..828cf00050 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -21,7 +21,7 @@ dist:
mv $(SOURCE_DIR) $(TARGET_DIR)
mkdir -p $(TARGET_DIR)
- mv $(TARGET_DIR)/plugins-src/README $(TARGET_DIR)/plugins/README.txt
+ mv $(TARGET_DIR)/plugins/README $(TARGET_DIR)/plugins/README.txt
xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt