summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-11-09 17:40:37 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-11-09 17:40:37 +0000
commite75018d7e8e34c7173e0bf50336a9a5122caf985 (patch)
treef06a5db774898ff9c57dc88c649869157a9c5e7b /Makefile
parentbd54ca5fe425d8fb316987f8db991b156f514221 (diff)
downloadrabbitmq-server-git-e75018d7e8e34c7173e0bf50336a9a5122caf985.tar.gz
No longer download a garbled copy of the install / build instructions from the website.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 146b6335ce..d46b43489b 100644
--- a/Makefile
+++ b/Makefile
@@ -245,13 +245,7 @@ stop-cover: all
srcdist: distclean
mkdir -p $(TARGET_SRC_DIR)/codegen
- cp -r ebin src include LICENSE LICENSE-MPL-RabbitMQ $(TARGET_SRC_DIR)
- cp INSTALL.in $(TARGET_SRC_DIR)/INSTALL
- elinks -dump -no-references -no-numbering $(WEB_URL)install.html \
- >> $(TARGET_SRC_DIR)/INSTALL
- cp README.in $(TARGET_SRC_DIR)/README
- elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
- >> $(TARGET_SRC_DIR)/README
+ cp -r ebin src include LICENSE LICENSE-MPL-RabbitMQ INSTALL README $(TARGET_SRC_DIR)
sed -i.save 's/%%VSN%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in && rm -f $(TARGET_SRC_DIR)/ebin/rabbit_app.in.save
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/