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 | 9760d7b731d7e0a0ee64476e33a12cba0f1f665b (patch) | |
| tree | 4e29d4ed1fd66fd78b8f39e1b8c02e6d912438e5 | |
| parent | 7c5a3ecb2e2a71c8e764f961afb1c2b66c369cfe (diff) | |
| download | rabbitmq-server-git-9760d7b731d7e0a0ee64476e33a12cba0f1f665b.tar.gz | |
Switch from BUILD to README, both for the .in file and for elinks.
| -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/ |
