mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Blacklisted docs don’t need any dependency, since we don’t actually generate them.
This commit is contained in:
parent
a2c6d23610
commit
df1d4782dd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ doc/$(1)/index.html: $$(DEPS_$(1)) $$(RUSTDOC_DEPS)
|
||||||
else
|
else
|
||||||
|
|
||||||
.PHONY: doc/$(1)/index.html
|
.PHONY: doc/$(1)/index.html
|
||||||
doc/$(1)/index.html: $$(DEPS_$(1))
|
doc/$(1)/index.html:
|
||||||
@echo SKIPPED: blacklisted rustdoc: $$@
|
@echo SKIPPED: blacklisted rustdoc: $$@
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue