Skip to content

Commit df02ca1

Browse files
committed
[makefiles] Don't add css file to set of DOCS targets
1 parent a4b7775 commit df02ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ifeq ($(CFG_PANDOC),)
1212
$(info cfg: no pandoc found, omitting doc/rust.pdf)
1313
else
1414

15-
DOCS += doc/rust.html doc/rust.css
15+
DOCS += doc/rust.html
1616
doc/rust.html: rust.md doc/version.md doc/keywords.md
1717
@$(call E, pandoc: $@)
1818
$(Q)$(CFG_PANDOC) \

0 commit comments

Comments
 (0)