about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-08-25 15:20:31 -0400
committerSteve Klabnik <steve@steveklabnik.com>2016-08-25 15:22:57 -0400
commit57719e2d73acdda337d1f68640ab551226cbe404 (patch)
tree0fee03705dda8bbc84ff7bc120b3039661fb39e4
parent00d4a43d84d5979332dbbbc4329211b007f7fe45 (diff)
Also remove build steps for style
-rw-r--r--mk/docs.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/docs.mk b/mk/docs.mk
index f202c75360b..6c0be654e1f 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -66,7 +66,7 @@ ERR_IDX_GEN_MD = $(RPATH_VAR2_T_$(CFG_BUILD)_H_$(CFG_BUILD)) $(ERR_IDX_GEN_EXE)
 
 D := $(S)src/doc
 
-DOC_TARGETS := book nomicon style error-index
+DOC_TARGETS := book nomicon error-index
 COMPILER_DOC_TARGETS :=
 DOC_L10N_TARGETS :=
 
@@ -209,13 +209,6 @@ doc/nomicon/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/nomicon/*.md) |
 	$(Q)rm -rf doc/nomicon
 	$(Q)$(RUSTBOOK) build $(S)src/doc/nomicon doc/nomicon
 
-style: doc/style/index.html
-
-doc/style/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/style/*.md) | doc/
-	@$(call E, rustbook: $@)
-	$(Q)rm -rf doc/style
-	$(Q)$(RUSTBOOK) build $(S)src/doc/style doc/style
-
 error-index: doc/error-index.html
 
 # Metadata used to generate the index is created as a side effect of