Skip to content

Commit

Permalink
No longer download a garbled copy of the install / build instructions…
Browse files Browse the repository at this point in the history
… from the website.
  • Loading branch information
Simon MacMullen committed Nov 9, 2011
1 parent bd54ca5 commit e75018d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 27 deletions.
2 changes: 2 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Please see http://www.rabbitmq.com/download.html for links to guides
to installing RabbitMQ.
10 changes: 0 additions & 10 deletions INSTALL.in

This file was deleted.

8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please see http://www.rabbitmq.com/build-server.html for build instructions.
10 changes: 0 additions & 10 deletions README.in

This file was deleted.

0 comments on commit e75018d

Please sign in to comment.