summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-07-01 13:59:22 +0100
committerDavid Wragg <david@rabbitmq.com>2010-07-01 13:59:22 +0100
commit6737f81df4bc1bb0a7ed5434b486a10b60627f6e (patch)
treef0ad35f70b132954e5806f42a5726cdba25ae9ca /Makefile
parent312cb04986c4dc36f20d87a3d6c34b6472f38a68 (diff)
parent9760d7b731d7e0a0ee64476e33a12cba0f1f665b (diff)
downloadrabbitmq-server-git-6737f81df4bc1bb0a7ed5434b486a10b60627f6e.tar.gz
Merge bug22911 into default (make srcdist creates README and BUILD)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 178ceb06bb..3c2842ba2c 100644
--- a/Makefile
+++ b/Makefile
@@ -205,7 +205,7 @@ srcdist: distclean
>> $(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)/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/