diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-07-03 15:07:56 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-07-03 15:07:56 +0100 |
| commit | be0e424afd86adbb74993d84dfd4d0185aa61f2d (patch) | |
| tree | e2f043c2beabaf38716d6a54cbcfde227b809978 /packaging/windows | |
| parent | 6df8f72977b602ea8f07eb0241fe6d8c6f93ac72 (diff) | |
| download | rabbitmq-server-git-be0e424afd86adbb74993d84dfd4d0185aa61f2d.tar.gz | |
bundle the sample config up in the broker directory on windows
Diffstat (limited to 'packaging/windows')
| -rw-r--r-- | packaging/windows/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index 1c22216261..1fdee7ad8d 100644 --- a/packaging/windows/Makefile +++ b/packaging/windows/Makefile @@ -19,6 +19,7 @@ dist: mv $(SOURCE_DIR) $(TARGET_DIR) mkdir -p $(TARGET_DIR) mv $(TARGET_DIR)/plugins/README $(TARGET_DIR)/plugins/README.txt + mv ../../docs/rabbit.sample.config $(TARGET_DIR)/rabbit.sample.config xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml elinks -dump -no-references -no-numbering rabbitmq-service.html \ > $(TARGET_DIR)/readme-service.txt @@ -26,6 +27,7 @@ dist: todos $(TARGET_DIR)/INSTALL todos $(TARGET_DIR)/LICENSE* todos $(TARGET_DIR)/plugins/README.txt + todos $(TARGET_DIR)/rabbit.sample.config rm -rf $(TARGET_DIR)/plugins-src zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR) rm -rf $(TARGET_DIR) rabbitmq-service.html |
