summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-07-01 12:18:11 +0100
committerTim Watson <tim@rabbitmq.com>2013-07-01 12:18:11 +0100
commit54a4f3be59ee279bdb83676e3af17ffe6c9bd3af (patch)
treea38ab78b02cb14ac9aee78038880be6f0a0ca1cd /Makefile
parent2b911eb06c3f570279471e1e5d73ca3f5dc5707b (diff)
downloadrabbitmq-server-54a4f3be59ee279bdb83676e3af17ffe6c9bd3af.tar.gz
install sample config manually on debian
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9a6ad7a6..e8c4b4cb 100644
--- a/Makefile
+++ b/Makefile
@@ -341,6 +341,7 @@ install_docs: docs_all install_dirs
cp $$manpage $(MAN_DIR)/man$$section; \
done; \
done
+ cp $(DOCS_DIR)/rabbitmq.sample.config $(DOC_INSTALL_DIR)/rabbitmq.sample.config
install_dirs:
@ OK=true && \
@@ -351,6 +352,7 @@ install_dirs:
mkdir -p $(TARGET_DIR)/sbin
mkdir -p $(SBIN_DIR)
mkdir -p $(MAN_DIR)
+ mkdir -p $(DOC_INSTALL_DIR)
$(foreach XML,$(USAGES_XML),$(eval $(call usage_dep, $(XML))))