File tree Expand file tree Collapse file tree 5 files changed +4
-27
lines changed Expand file tree Collapse file tree 5 files changed +4
-27
lines changed Original file line number Diff line number Diff line change 1+ Please see http://www.rabbitmq.com/download.html for links to guides
2+ to installing RabbitMQ.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -245,13 +245,7 @@ stop-cover: all
245245
246246srcdist : distclean
247247 mkdir -p $(TARGET_SRC_DIR ) /codegen
248- cp -r ebin src include LICENSE LICENSE-MPL-RabbitMQ $(TARGET_SRC_DIR )
249- cp INSTALL.in $(TARGET_SRC_DIR ) /INSTALL
250- elinks -dump -no-references -no-numbering $(WEB_URL ) install.html \
251- >> $(TARGET_SRC_DIR ) /INSTALL
252- cp README.in $(TARGET_SRC_DIR ) /README
253- elinks -dump -no-references -no-numbering $(WEB_URL ) build-server.html \
254- >> $(TARGET_SRC_DIR ) /README
248+ cp -r ebin src include LICENSE LICENSE-MPL-RabbitMQ INSTALL README $(TARGET_SRC_DIR )
255249 sed -i.save ' s/%%VSN%%/$(VERSION)/' $(TARGET_SRC_DIR ) /ebin/rabbit_app.in && rm -f $(TARGET_SRC_DIR ) /ebin/rabbit_app.in.save
256250
257251 cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/
Original file line number Diff line number Diff line change 1+ Please see http://www.rabbitmq.com/build-server.html for build instructions.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments