summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-23 15:50:02 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-23 15:50:02 +0100
commit8c225dffff5cb5608e6e2acb1e3f67c6041b9adf (patch)
treed7769d4fd4845cc1d69df16d34a05e629908c571 /packaging/windows
parent005d9e704129f3c59b9c2a3ecf1a776c350fe45e (diff)
downloadrabbitmq-server-git-8c225dffff5cb5608e6e2acb1e3f67c6041b9adf.tar.gz
plugins-dist -> plugins
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 8bf9122ff9..b76e5b9838 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -21,9 +21,7 @@ dist:
mv $(SOURCE_DIR) $(TARGET_DIR)
mkdir -p $(TARGET_DIR)
- mkdir -p $(TARGET_DIR)/plugins
- echo "This directory is unused. See the plugins-dist directory."> $(TARGET_DIR)/plugins/UNUSED-README-UNUSED.txt
- mv $(TARGET_DIR)/plugins-src/README $(TARGET_DIR)/plugins-dist/README.txt
+ mv $(TARGET_DIR)/plugins-src/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