summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-08-28 14:09:08 +0100
committerTim Watson <tim@rabbitmq.com>2013-08-28 14:09:08 +0100
commit8bfdeab80a25f047da7108d9318aaee1c237cac4 (patch)
treed88222f0139b19f3172186e191ae52b81e062b11 /packaging
parentc20044c6ce554c187fd24be41ecbf7b0ccdefeda (diff)
downloadrabbitmq-server-8bfdeab80a25f047da7108d9318aaee1c237cac4.tar.gz
fix install task for standalone packages
Diffstat (limited to 'packaging')
-rw-r--r--packaging/standalone/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile
index 89ccde93..f5da249e 100644
--- a/packaging/standalone/Makefile
+++ b/packaging/standalone/Makefile
@@ -24,6 +24,7 @@ dist:
TARGET_DIR=`pwd`/$(TARGET_DIR) \
SBIN_DIR=`pwd`/$(TARGET_DIR)/sbin \
MAN_DIR=`pwd`/$(TARGET_DIR)/share/man \
+ DOC_INSTALL_DIR=`pwd`/$(TARGET_DIR)/share/doc/rabbitmq-server \
install
## Here we set the RABBITMQ_HOME variable,