diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-08-28 14:09:08 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-08-28 14:09:08 +0100 |
| commit | f00552788a9eb8e9a11e2bc4bf515cbacbc26a99 (patch) | |
| tree | d88222f0139b19f3172186e191ae52b81e062b11 /packaging/standalone | |
| parent | db01278996f7ddaff3de6cb8086bdd65469c7d01 (diff) | |
| download | rabbitmq-server-git-f00552788a9eb8e9a11e2bc4bf515cbacbc26a99.tar.gz | |
fix install task for standalone packages
Diffstat (limited to 'packaging/standalone')
| -rw-r--r-- | packaging/standalone/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile index 89ccde9371..f5da249e11 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, |
