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
commit17d941035a6cd790a00b47eacf558311bda74c0f (patch)
tree9e1f208d5e6c3123be7d3372b8029d5b22c30f1c
parentee9f6d3f80103ba9d6a9692aebfe3202ce845407 (diff)
parenta807407c5bbafc44a7742ac1ecad9890609e014d (diff)
downloadrabbitmq-server-17d941035a6cd790a00b47eacf558311bda74c0f.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 828cf000..a910941b 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