about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarijn Haverbeke <marijnh@gmail.com>2012-01-19 14:19:23 +0100
committerMarijn Haverbeke <marijnh@gmail.com>2012-01-19 14:19:23 +0100
commitdf02ca1df96950175508191ef98c3b7914cbd9d9 (patch)
treed1136051e205d909e5511500172ed710af084a35
parenta4b77758f0e1b6b409e874e739fe7cf4609651ee (diff)
[makefiles] Don't add css file to set of DOCS targets
-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) \