summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-06 16:21:58 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-06 16:21:58 +0000
commit0b335fbb8f5b8870c7ab6be411bb6a08e384ed55 (patch)
tree271550b591102c6a482f792a5e322ee1205841c8
parent5e35fa65b28d9966defab60e4e0848c04b641079 (diff)
downloadrabbitmq-server-git-0b335fbb8f5b8870c7ab6be411bb6a08e384ed55.tar.gz
Give alternative to 'todos' which (can) work on macos
-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