diff options
Diffstat (limited to 'packaging')
| -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 b76e5b9838..828cf00050 100644 --- a/packaging/windows/Makefile +++ b/packaging/windows/Makefile @@ -21,7 +21,7 @@ dist: mv $(SOURCE_DIR) $(TARGET_DIR) mkdir -p $(TARGET_DIR) - mv $(TARGET_DIR)/plugins-src/README $(TARGET_DIR)/plugins/README.txt + mv $(TARGET_DIR)/plugins/README $(TARGET_DIR)/plugins/README.txt xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml elinks -dump -no-references -no-numbering rabbitmq-service.html \ > $(TARGET_DIR)/readme-service.txt |
