diff options
author | Tony Garnock-Jones <tonyg@rabbitmq.com> | 2010-06-29 20:11:20 +1200 |
---|---|---|
committer | Tony Garnock-Jones <tonyg@rabbitmq.com> | 2010-06-29 20:11:20 +1200 |
commit | f043160f79cd72f6fe0e1dc05bce2746a4ec2290 (patch) | |
tree | 4e29d4ed1fd66fd78b8f39e1b8c02e6d912438e5 | |
parent | 32773053a8e63e11402d3307b2e92926ffe7fdc9 (diff) | |
download | rabbitmq-server-bug22911.tar.gz |
Switch from BUILD to README, both for the .in file and for elinks.bug22911
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.in (renamed from BUILD.in) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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/ |