summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-20 10:22:59 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-20 10:22:59 +0100
commit52ac3d9092f6409f379a6ab217bc51b1e75ba619 (patch)
tree57e202c9daa0a2ffd6dcf22413054134940761ca /packaging/windows
parentafcfe9d8e3d1f636165b0e236fe5ae3c44ae0be8 (diff)
downloadrabbitmq-server-git-52ac3d9092f6409f379a6ab217bc51b1e75ba619.tar.gz
make the windows zip bundle look more like the generic unix one
Remove the build directories not present in the generic unix bundle. We were already removing the Makefile and codegen, so it was unbuildable anyway.
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index e06ae98d13..e8a76efb95 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -11,11 +11,15 @@ dist:
mkdir $(SOURCE_DIR)/sbin
mv $(SOURCE_DIR)/scripts/rabbitmq-server.bat $(SOURCE_DIR)/sbin
mv $(SOURCE_DIR)/scripts/rabbitmq-service.bat $(SOURCE_DIR)/sbin
+ mv $(SOURCE_DIR)/scripts/rabbitmq-plugin.bat $(SOURCE_DIR)/sbin
mv $(SOURCE_DIR)/scripts/rabbitmqctl.bat $(SOURCE_DIR)/sbin
rm -rf $(SOURCE_DIR)/scripts
- rm -rf $(SOURCE_DIR)/codegen* $(SOURCE_DIR)/Makefile
+ rm -rf $(SOURCE_DIR)/codegen* $(SOURCE_DIR)/Makefile $(SOURCE_DIR)/*mk
rm -f $(SOURCE_DIR)/README
rm -rf $(SOURCE_DIR)/docs
+ rm -rf $(SOURCE_DIR)/src
+ rm -rf $(SOURCE_DIR)/plugins-src
+ rm -rf $(SOURCE_DIR)/dist
mv $(SOURCE_DIR) $(TARGET_DIR)
mkdir -p $(TARGET_DIR)