[makefiles] Don't add css file to set of DOCS targets
This commit is contained in:
parent
a4b77758f0
commit
df02ca1df9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue