summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@rabbitmq.com>2010-06-29 16:39:35 +1200
committerTony Garnock-Jones <tonyg@rabbitmq.com>2010-06-29 16:39:35 +1200
commit7c5a3ecb2e2a71c8e764f961afb1c2b66c369cfe (patch)
tree629e0e4d0a850d799ee46ea33bc95308de35af32 /Makefile
parent4216b575aa8c9a1350cd06a52a88804e4f14dba7 (diff)
downloadrabbitmq-server-git-7c5a3ecb2e2a71c8e764f961afb1c2b66c369cfe.tar.gz
Rename README.in to BUILD.in
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5935f0344d..47ea560d3f 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,7 @@ srcdist: distclean
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
+ cp BUILD.in $(TARGET_SRC_DIR)/BUILD
elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
>> $(TARGET_SRC_DIR)/BUILD
sed -i.save 's/%%VSN%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in && rm -f $(TARGET_SRC_DIR)/ebin/rabbit_app.in.save