summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-22 14:44:20 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-22 14:44:20 +0000
commit8520b8e45bb8123ced0a312b82eb436656ba049f (patch)
tree42da67f315d27a6729c6aa02f7d0b84609c5669e /packaging
parenta0f9eea66641f60e19c94dfa2880e4811e43f3a1 (diff)
parentfc56209e428b2085a42acd5e1f545334c20225d8 (diff)
downloadrabbitmq-server-git-8520b8e45bb8123ced0a312b82eb436656ba049f.tar.gz
Merge default in
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 8e0ab07439..a910941b6c 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -25,7 +25,10 @@ dist:
xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt
- todos $(TARGET_DIR)/readme-service.txt || unix2dos $(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