[makefiles] Don't add css file to set of DOCS targets
This commit is contained in:
parent
a4b77758f0
commit
df02ca1df9
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user