summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2012-02-17 14:23:10 +0000
committerAlexandru Scvortov <alexandru@rabbitmq.com>2012-02-17 14:23:10 +0000
commit27cac40ae1f4b735171b06f6b105e76a4d24220d (patch)
tree9e1f208d5e6c3123be7d3372b8029d5b22c30f1c
parentc7f164e1725dfc0a1f122283ed4d0eb5183c1dd8 (diff)
parentfdda3e6e2c680fd73de68cd2701e105347e31829 (diff)
downloadrabbitmq-server-git-27cac40ae1f4b735171b06f6b105e76a4d24220d.tar.gz
merge bug24381 into default (Windows INSTALL file is not readable using notepad)
-rw-r--r--packaging/windows/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 828cf00050..a910941b6c 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -26,6 +26,9 @@ dist:
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt
todos $(TARGET_DIR)/readme-service.txt
+ todos $(TARGET_DIR)/INSTALL
+ todos $(TARGET_DIR)/LICENSE*
+ todos $(TARGET_DIR)/plugins/README.txt
rm -rf $(TARGET_DIR)/plugins-src
zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(TARGET_DIR) rabbitmq-service.html