summaryrefslogtreecommitdiff
path: root/packaging/generic-unix
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-08-07 13:16:21 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-08-07 13:16:21 +0100
commit976246e1d8c87c7417ba0f4c0816f4862ffd2b37 (patch)
treec4a99c264619c0dd4f62c824ad47e7c3c0692775 /packaging/generic-unix
parentf47df9fad6ae9dd0713b59871942e378116f956e (diff)
downloadrabbitmq-server-git-976246e1d8c87c7417ba0f4c0816f4862ffd2b37.tar.gz
Added 4 basic man pages.
Rabbitmqctl_real does not contain info about realms and permissions since those are to be removed either way. Included pages in debian and rpm packages.
Diffstat (limited to 'packaging/generic-unix')
-rw-r--r--packaging/generic-unix/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/generic-unix/Makefile b/packaging/generic-unix/Makefile
index 132575226c..b398869693 100644
--- a/packaging/generic-unix/Makefile
+++ b/packaging/generic-unix/Makefile
@@ -7,11 +7,10 @@ dist:
make -C ../.. VERSION=$(VERSION) srcdist
tar -zxvf ../../dist/$(SOURCE_DIR).tar.gz
- mkdir $(TARGET_DIR)
- mkdir $(TARGET_DIR)/sbin
make -C $(SOURCE_DIR) \
TARGET_DIR=`pwd`/$(TARGET_DIR) \
SBIN_DIR=`pwd`/$(TARGET_DIR)/sbin \
+ MAN_DIR=`pwd`/$(TARGET_DIR)/share/man \
install
tar -zcf $(TARGET_TARBALL).tar.gz $(TARGET_DIR)