summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-09-27 15:18:51 +0100
committerTim Watson <tim@rabbitmq.com>2013-09-27 15:18:51 +0100
commit59923ac4903635a1f5ee473e698dbf493fd6e8ed (patch)
tree550a9d7f4659325d4b7b27b6602b68fd0a3dded1 /packaging/windows
parent300ee929700b61d6ed7ad580f5ee49209d690901 (diff)
downloadrabbitmq-server-git-59923ac4903635a1f5ee473e698dbf493fd6e8ed.tar.gz
Further tidying of the sample config docs, make DOC_INSTALL_DIR mandatory
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index d648dfa29f..57ed891a39 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -10,7 +10,7 @@ dist:
mkdir $(SOURCE_DIR)/sbin
mv $(SOURCE_DIR)/scripts/*.bat $(SOURCE_DIR)/sbin
mkdir $(SOURCE_DIR)/etc
- cp $(SOURCE_DIR)/docs/rabbitmq.sample.config $(SOURCE_DIR)/etc/rabbitmq.sample.config
+ cp $(SOURCE_DIR)/docs/rabbitmq.config.example $(SOURCE_DIR)/etc/rabbitmq.config.example
rm -rf $(SOURCE_DIR)/scripts
rm -rf $(SOURCE_DIR)/codegen* $(SOURCE_DIR)/Makefile $(SOURCE_DIR)/*mk
rm -f $(SOURCE_DIR)/README
@@ -28,7 +28,7 @@ dist:
todos $(TARGET_DIR)/INSTALL
todos $(TARGET_DIR)/LICENSE*
todos $(TARGET_DIR)/plugins/README.txt
- todos $(TARGET_DIR)/etc/rabbit.sample.config
+ todos $(TARGET_DIR)/etc/rabbitmq.config.example
rm -rf $(TARGET_DIR)/plugins-src
zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(TARGET_DIR) rabbitmq-service.html