- noise cleanup

This commit is contained in:
Jordan Sissel 2012-01-26 03:18:59 -05:00
parent 7031ebf3ec
commit 2a28cbd7a8

View file

@ -200,7 +200,8 @@ build/docs/%: docs/% lib/logstash/version.rb Makefile
build/docs/index.html: $(addprefix build/docs/,$(subst lib/logstash/,,$(subst .rb,.html,$(PLUGIN_FILES))))
build/docs/index.html: docs/generate_index.rb lib/logstash/version.rb docs/index.html.erb Makefile
ruby $< build/docs > $@
@echo "Building documentation index.html"
$(QUIET)ruby $< build/docs > $@
$(QUIET)sed -i -re 's/%VERSION%/$(VERSION)/g' $@
$(QUIET)sed -i -re 's/%ELASTICSEARCH_VERSION%/$(ELASTICSEARCH_VERSION)/g' $@