diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-20 11:02:25 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-20 11:02:25 +0100 |
| commit | 44b42292fb13a76351a90b29e2d4869bdc028a3d (patch) | |
| tree | 313a54a4ec1e9a639d36a28c391a7add48155be5 /packaging/windows | |
| parent | 2a75edd4a5e2430cadeb7cfc8a0626a64b91c036 (diff) | |
| download | rabbitmq-server-git-44b42292fb13a76351a90b29e2d4869bdc028a3d.tar.gz | |
typo
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 526b69187e..9617d830ce 100644 --- a/packaging/windows/Makefile +++ b/packaging/windows/Makefile @@ -25,7 +25,7 @@ dist: mkdir -p $(TARGET_DIR) mkdir -p $(TARGET_DIR)/plugins 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 + mv $(TARGET_DIR)/plugins-src/README $(TARGET_DIR)/plugins-src/README.txt xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml elinks -dump -no-references -no-numbering rabbitmq-service.html \ > $(TARGET_DIR)/readme-service.txt |
