summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-09 17:12:27 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit231e90cacf3daec5f43b3307867129e61496b123 (patch)
tree5f9d3667b953b47391c93f2e65eda6c3fc7d711b /packaging/windows
parentbb018b6adc4295fe13690ca8c3e23a3b828856fd (diff)
downloadrabbitmq-server-git-231e90cacf3daec5f43b3307867129e61496b123.tar.gz
Packages are now "self-hosted": no need for the packaging dir
... in the source distribution anymore
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile2
-rw-r--r--packaging/windows/README-etc14
2 files changed, 9 insertions, 7 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index dba27112fc..3aa8280c6b 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -13,6 +13,8 @@ dist:
tar -Jxf $(TARBALL_DIR)/$(TARBALL)
$(MAKE) -C $(SOURCE_DIR) install-windows DESTDIR=$(abspath $(TARGET_DIR)) WINDOWS_PREFIX=
+ cp -a README-etc $(TARGET_DIR)/etc/README.txt
+
zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(SOURCE_DIR) $(TARGET_DIR)
diff --git a/packaging/windows/README-etc b/packaging/windows/README-etc
index 807698e81f..b431247c6b 100644
--- a/packaging/windows/README-etc
+++ b/packaging/windows/README-etc
@@ -1,7 +1,7 @@
-In this directory you can find an example configuration file for RabbitMQ.
-
-Note that this directory is *not* where the real RabbitMQ
-configuration lives. The default location for the real configuration
-file is %APPDATA%\RabbitMQ\rabbitmq.config.
-
-%APPDATA% usually expands to C:\Users\%USERNAME%\AppData\Roaming or similar.
+In this directory you can find an example configuration file for RabbitMQ.
+
+Note that this directory is *not* where the real RabbitMQ
+configuration lives. The default location for the real configuration
+file is %APPDATA%\RabbitMQ\rabbitmq.config.
+
+%APPDATA% usually expands to C:\Users\%USERNAME%\AppData\Roaming or similar.