summaryrefslogtreecommitdiff
path: root/packaging/generic-unix
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-12-21 17:02:49 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-12-21 17:04:30 +0100
commit41dfed36678b6d9ce37f84ca601050c4833fcd96 (patch)
treeddad44ebd24793b76a36bf3ee53cb866df08f261 /packaging/generic-unix
parentb984fc2ba7f77ee62d17938fc2b556f32ff503af (diff)
downloadrabbitmq-server-git-41dfed36678b6d9ce37f84ca601050c4833fcd96.tar.gz
packaging/generic-unix: Create web manpages
They are not used by the generic Unix archive, but by `make release` in the Umbrella: they are needed by the website.
Diffstat (limited to 'packaging/generic-unix')
-rw-r--r--packaging/generic-unix/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/generic-unix/Makefile b/packaging/generic-unix/Makefile
index fb8b3a9e68..d7383b0e5a 100644
--- a/packaging/generic-unix/Makefile
+++ b/packaging/generic-unix/Makefile
@@ -27,11 +27,13 @@ all: dist
dist:
tar -Jxf $(SOURCE_DIST_FILE)
+# web-manpages are not used by generic-unix but by `make release` in the.
+# Umbrella. Those manpages are copied to www.rabbitmq.com
$(MAKE) -C $(SOURCE_DIR) \
PREFIX= RMQ_ROOTDIR= \
RMQ_ERLAPP_DIR=`pwd`/$(TARGET_DIR) \
MANDIR=`pwd`/$(TARGET_DIR)/share/man \
- manpages install install-man
+ manpages web-manpages install install-man
sed -e 's:^SYS_PREFIX=$$:SYS_PREFIX=\$${RABBITMQ_HOME}:' \
$(TARGET_DIR)/sbin/rabbitmq-defaults >$(TARGET_DIR)/sbin/rabbitmq-defaults.tmp \