summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-01-15 16:57:56 +0000
committerMatthias Radestock <matthias@lshift.net>2009-01-15 16:57:56 +0000
commitb1fa1a10150b6ec7cc47ebd5732a53cce4ed53d2 (patch)
tree26562193657972e0d358e49ae9777565350386be /Makefile
parenta656f821812db68f7de0fdbf099a2ee1dd633c27 (diff)
parentf85f5663878efdf6259390e263954c0668153639 (diff)
downloadrabbitmq-server-git-b1fa1a10150b6ec7cc47ebd5732a53cce4ed53d2.tar.gz
merge bug20064 into v1_5_1
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/