File tree 1 file changed +1
-8
lines changed
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)
66
66
67
67
D := $(S ) src/doc
68
68
69
- DOC_TARGETS := book nomicon style error-index
69
+ DOC_TARGETS := book nomicon error-index
70
70
COMPILER_DOC_TARGETS :=
71
71
DOC_L10N_TARGETS :=
72
72
@@ -209,13 +209,6 @@ doc/nomicon/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/nomicon/*.md) |
209
209
$(Q ) rm -rf doc/nomicon
210
210
$(Q )$(RUSTBOOK ) build $(S ) src/doc/nomicon doc/nomicon
211
211
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
-
219
212
error-index : doc/error-index.html
220
213
221
214
# 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