mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- noise cleanup
This commit is contained in:
parent
7031ebf3ec
commit
2a28cbd7a8
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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' $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue