Fix index.html Make dependency

This commit is contained in:
Jordan Sissel 2012-01-25 22:49:36 -08:00
parent 8e908d15f2
commit 4971f8d371

View file

@ -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