File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ERR_IDX_GEN_MD = $(RPATH_VAR2_T_$(CFG_BUILD)_H_$(CFG_BUILD)) $(ERR_IDX_GEN_EXE)
6666
6767D := $(S ) src/doc
6868
69- DOC_TARGETS := book nomicon style error-index
69+ DOC_TARGETS := book nomicon error-index
7070COMPILER_DOC_TARGETS :=
7171DOC_L10N_TARGETS :=
7272
@@ -209,13 +209,6 @@ doc/nomicon/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/nomicon/*.md) |
209209 $(Q ) rm -rf doc/nomicon
210210 $(Q )$(RUSTBOOK ) build $(S ) src/doc/nomicon doc/nomicon
211211
212- style : doc/style/index.html
213-
214- doc/style/index.html : $(RUSTBOOK_EXE ) $(wildcard $(S ) /src/doc/style/* .md) | doc/
215- @$(call E, rustbook: $@ )
216- $(Q ) rm -rf doc/style
217- $(Q )$(RUSTBOOK ) build $(S ) src/doc/style doc/style
218-
219212error-index : doc/error-index.html
220213
221214# Metadata used to generate the index is created as a side effect of
You can’t perform that action at this time.
0 commit comments