Skip to content

Commit 57719e2

Browse files
committed
Also remove build steps for style
1 parent 00d4a43 commit 57719e2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

mk/docs.mk

+1-8
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ERR_IDX_GEN_MD = $(RPATH_VAR2_T_$(CFG_BUILD)_H_$(CFG_BUILD)) $(ERR_IDX_GEN_EXE)
6666

6767
D := $(S)src/doc
6868

69-
DOC_TARGETS := book nomicon style error-index
69+
DOC_TARGETS := book nomicon error-index
7070
COMPILER_DOC_TARGETS :=
7171
DOC_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-
219212
error-index: doc/error-index.html
220213

221214
# Metadata used to generate the index is created as a side effect of

0 commit comments

Comments
 (0)