mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Fix index.html Make dependency
This commit is contained in:
parent
8e908d15f2
commit
4971f8d371
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -197,7 +197,7 @@ build/docs/%: docs/% lib/logstash/version.rb
|
|||
$(QUIET)sed -re 's/%VERSION%/$(VERSION)/g' $< > $@
|
||||
|
||||
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
|
||||
build/docs/index.html: docs/generate_index.rb lib/logstash/version.rb docs/index.html.erb
|
||||
ruby $< build/docs > $@
|
||||
|
||||
publish: | gem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue