[makefiles] Don't add css file to set of DOCS targets

This commit is contained in:
Marijn Haverbeke 2012-01-19 14:19:23 +01:00
parent a4b77758f0
commit df02ca1df9

View File

@ -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) \