summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2008-11-27 17:47:30 +0000
committerSimon MacMullen <simon@lshift.net>2008-11-27 17:47:30 +0000
commitb88d3800b3feed256b721c6864019f0a0d4d4009 (patch)
treeadb694843bcab0de636ee9110da97b3ea6222a12 /Makefile
parentabd1a2f05e2bc7c2aa6cacc4355dfd054e93965a (diff)
downloadrabbitmq-server-git-b88d3800b3feed256b721c6864019f0a0d4d4009.tar.gz
Install the script. Note that shell uses "0" for true and "1" for
false.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e7edaa56ab..02983d1e92 100644
--- a/Makefile
+++ b/Makefile
@@ -137,6 +137,7 @@ install: all
cp scripts/rabbitmq-server $(SBIN_DIR)
cp scripts/rabbitmqctl $(SBIN_DIR)
cp scripts/rabbitmq-multi $(SBIN_DIR)
+ cp scripts/rabbitmq-mnesia-update-needed $(SBIN_DIR)
for manpage in docs/*.pod ; do \
pod2man -c "RabbitMQ AMQP Server" -d "" -r "" \
$$manpage | gzip --best > \