summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2009-01-15 15:35:40 +0000
committerHubert Plociniczak <hubert@lshift.net>2009-01-15 15:35:40 +0000
commitd96c129997ba55b8327edad7b9dd1a5ced82788e (patch)
treeae1f9e05649ed5a670bc430db994814d938f255d /Makefile
parent60b5878913bedae040b15b19ea91ebee6773265c (diff)
downloadrabbitmq-server-git-d96c129997ba55b8327edad7b9dd1a5ced82788e.tar.gz
Renamed BUILD.in to README.in
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 84bb3dfec8..f924b8e62d 100644
--- a/Makefile
+++ b/Makefile
@@ -120,9 +120,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 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit.app
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/