about summary refs log tree commit diff
path: root/mk/docs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/docs.mk')
-rw-r--r--mk/docs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/docs.mk b/mk/docs.mk
index e565863f107..5532ca0ca41 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -12,7 +12,7 @@ ifeq ($(CFG_PANDOC),)
   $(info cfg: no pandoc found, omitting doc/rust.pdf)
 else
 
-DOCS += doc/rust.html doc/rust.css
+DOCS += doc/rust.html
 doc/rust.html: rust.md doc/version.md doc/keywords.md
 	@$(call E, pandoc: $@)
 	$(Q)$(CFG_PANDOC) \