diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-20 10:25:09 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-20 10:25:09 +0100 |
| commit | 3f210cd27da5918ad09077a5a57880ab97311e33 (patch) | |
| tree | 0f491efa8b445728dfcf2b987186daba8cfda05f | |
| parent | 52ac3d9092f6409f379a6ab217bc51b1e75ba619 (diff) | |
| download | rabbitmq-server-git-3f210cd27da5918ad09077a5a57880ab97311e33.tar.gz | |
the READMEs should be .txt on Windows
| -rw-r--r-- | packaging/windows/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index e8a76efb95..526b69187e 100644 --- a/packaging/windows/Makefile +++ b/packaging/windows/Makefile @@ -24,7 +24,8 @@ dist: mv $(SOURCE_DIR) $(TARGET_DIR) mkdir -p $(TARGET_DIR) mkdir -p $(TARGET_DIR)/plugins - echo Put your .ez plugin files in this directory > $(TARGET_DIR)/plugins/README + echo Put your .ez plugin files in this directory > $(TARGET_DIR)/plugins/README.txt + cp $(TARGET_DIR)/plugins-dist/README $(TARGET_DIR)/plugins-dist/README.txt xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml elinks -dump -no-references -no-numbering rabbitmq-service.html \ > $(TARGET_DIR)/readme-service.txt |
