Skip to content

Commit e75018d

Browse files
author
Simon MacMullen
committed
No longer download a garbled copy of the install / build instructions from the website.
1 parent bd54ca5 commit e75018d

File tree

5 files changed

+4
-27
lines changed

5 files changed

+4
-27
lines changed

INSTALL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Please see http://www.rabbitmq.com/download.html for links to guides
2+
to installing RabbitMQ.

INSTALL.in

Lines changed: 0 additions & 10 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,7 @@ stop-cover: all
245245

246246
srcdist: distclean
247247
mkdir -p $(TARGET_SRC_DIR)/codegen
248-
cp -r ebin src include LICENSE LICENSE-MPL-RabbitMQ $(TARGET_SRC_DIR)
249-
cp INSTALL.in $(TARGET_SRC_DIR)/INSTALL
250-
elinks -dump -no-references -no-numbering $(WEB_URL)install.html \
251-
>> $(TARGET_SRC_DIR)/INSTALL
252-
cp README.in $(TARGET_SRC_DIR)/README
253-
elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
254-
>> $(TARGET_SRC_DIR)/README
248+
cp -r ebin src include LICENSE LICENSE-MPL-RabbitMQ INSTALL README $(TARGET_SRC_DIR)
255249
sed -i.save 's/%%VSN%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in && rm -f $(TARGET_SRC_DIR)/ebin/rabbit_app.in.save
256250

257251
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see http://www.rabbitmq.com/build-server.html for build instructions.

README.in

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)