diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2009-01-15 15:35:40 +0000 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2009-01-15 15:35:40 +0000 |
| commit | d96c129997ba55b8327edad7b9dd1a5ced82788e (patch) | |
| tree | ae1f9e05649ed5a670bc430db994814d938f255d | |
| parent | 60b5878913bedae040b15b19ea91ebee6773265c (diff) | |
| download | rabbitmq-server-git-d96c129997ba55b8327edad7b9dd1a5ced82788e.tar.gz | |
Renamed BUILD.in to README.in
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README.in (renamed from BUILD.in) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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/ |
