summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-30 16:59:02 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-30 16:59:02 +0100
commit6a6d6d3831aed9a985a556ff52455ba3ec88efef (patch)
treef4b2a7337e831193d345c10013701012bb7e17aa /Makefile
parent1bcb40284def8ae490a4dc9356bcd829e081aa2b (diff)
downloadrabbitmq-server-git-6a6d6d3831aed9a985a556ff52455ba3ec88efef.tar.gz
This works for generic unix, deb, RPM, Windows bundle.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a97838cc3c..db3094b6f4 100644
--- a/Makefile
+++ b/Makefile
@@ -271,6 +271,8 @@ install: all docs_all install_dirs
cp $$manpage $(MAN_DIR)/man$$section; \
done; \
done
+ mkdir -p $(TARGET_DIR)/plugins
+ echo Put your .ez plugin files in this directory. > $(TARGET_DIR)/plugins/README
install_dirs:
@ OK=true && \