diff options
| author | Steve Powell <steve@rabbitmq.com> | 2012-02-17 11:10:00 +0000 |
|---|---|---|
| committer | Steve Powell <steve@rabbitmq.com> | 2012-02-17 11:10:00 +0000 |
| commit | 3d2c8cc14338118e7ff31352545ed5e7ae343f9d (patch) | |
| tree | c9188b65bebdf6501469bea10153b778b3d708d8 /packaging/windows | |
| parent | c7f164e1725dfc0a1f122283ed4d0eb5183c1dd8 (diff) | |
| parent | 5b860c87237dfd547ed39acc6dbcd2ebba13464c (diff) | |
| download | rabbitmq-server-git-3d2c8cc14338118e7ff31352545ed5e7ae343f9d.tar.gz | |
Merge in default
Diffstat (limited to 'packaging/windows')
| -rw-r--r-- | packaging/windows/Makefile | 2 |
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 |
