summaryrefslogtreecommitdiff
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
commit63b78e79f36b4506dd2c64aab47e8937445d37ec (patch)
treef06a5db774898ff9c57dc88c649869157a9c5e7b
parent9c8a388c061477c00e07fdc60b5abf4563ea7011 (diff)
downloadrabbitmq-server-bug23052.tar.gz
No longer download a garbled copy of the install / build instructions from the website.bug23052
-rw-r--r--INSTALL2
-rw-r--r--INSTALL.in10
-rw-r--r--Makefile8
-rw-r--r--README1
-rw-r--r--README.in10
5 files changed, 4 insertions, 27 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..be34498e
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,2 @@
+Please see http://www.rabbitmq.com/download.html for links to guides
+to installing RabbitMQ.
diff --git a/INSTALL.in b/INSTALL.in
deleted file mode 100644
index d1fa81df..00000000
--- a/INSTALL.in
+++ /dev/null
@@ -1,10 +0,0 @@
-Please see http://www.rabbitmq.com/install.html for install
-instructions.
-
-For your convenience, a text copy of these instructions is available
-below. Please be aware that the instructions here may not be as up to
-date as those at the above URL.
-
-===========================================================================
-
-
diff --git a/Makefile b/Makefile
index 146b6335..d46b4348 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/
diff --git a/README b/README
new file mode 100644
index 00000000..67e3a66a
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+Please see http://www.rabbitmq.com/build-server.html for build instructions.
diff --git a/README.in b/README.in
deleted file mode 100644
index 0e70d0e7..00000000
--- a/README.in
+++ /dev/null
@@ -1,10 +0,0 @@
-Please see http://www.rabbitmq.com/build-server.html for build
-instructions.
-
-For your convenience, a text copy of these instructions is available
-below. Please be aware that the instructions here may not be as up to
-date as those at the above URL.
-
-===========================================================================
-
-