summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-17 11:24:57 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-17 11:24:57 +0000
commita0f9eea66641f60e19c94dfa2880e4811e43f3a1 (patch)
tree60a8d0665ada56aa39830d51d6b61d758f91df3d /packaging/windows
parent24f67f901475984be10f4fd6eb1960539a958c5e (diff)
parent3d2c8cc14338118e7ff31352545ed5e7ae343f9d (diff)
downloadrabbitmq-server-git-a0f9eea66641f60e19c94dfa2880e4811e43f3a1.tar.gz
Merge 24748 in to get renaming of portfile variable.
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 828cf00050..8e0ab07439 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -25,7 +25,7 @@ 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
+ todos $(TARGET_DIR)/readme-service.txt || unix2dos $(TARGET_DIR)/readme-service.txt
rm -rf $(TARGET_DIR)/plugins-src
zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(TARGET_DIR) rabbitmq-service.html