summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@rabbitmq.com>2010-06-29 20:11:20 +1200
committerTony Garnock-Jones <tonyg@rabbitmq.com>2010-06-29 20:11:20 +1200
commit9760d7b731d7e0a0ee64476e33a12cba0f1f665b (patch)
tree4e29d4ed1fd66fd78b8f39e1b8c02e6d912438e5 /Makefile
parent7c5a3ecb2e2a71c8e764f961afb1c2b66c369cfe (diff)
downloadrabbitmq-server-git-9760d7b731d7e0a0ee64476e33a12cba0f1f665b.tar.gz
Switch from BUILD to README, both for the .in file and for elinks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47ea560d3f..454bb2d5a3 100644
--- a/Makefile
+++ b/Makefile
@@ -203,9 +203,9 @@ srcdist: distclean
cp INSTALL.in $(TARGET_SRC_DIR)/INSTALL
elinks -dump -no-references -no-numbering $(WEB_URL)install.html \
>> $(TARGET_SRC_DIR)/INSTALL
- cp BUILD.in $(TARGET_SRC_DIR)/BUILD
+ cp README.in $(TARGET_SRC_DIR)/README
elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
- >> $(TARGET_SRC_DIR)/BUILD
+ >> $(TARGET_SRC_DIR)/README
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/