Skip to content

Commit 6bab5c0

Browse files
committed
build: Make tutorial and lang ref depend on rust.css
1 parent e4bb2d7 commit 6bab5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/docs.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ifeq ($(CFG_PANDOC),)
1313
else
1414

1515
DOCS += doc/rust.html
16-
doc/rust.html: rust.md doc/version.md doc/keywords.md
16+
doc/rust.html: rust.md doc/version.md doc/keywords.md $(S)doc/rust.css
1717
@$(call E, pandoc: $@)
1818
$(Q)$(CFG_PANDOC) \
1919
--standalone --toc \
@@ -66,7 +66,7 @@ doc/rust.pdf: doc/rust.tex
6666
else
6767

6868
DOCS += doc/tutorial.html
69-
doc/tutorial.html: $(S)doc/tutorial.md
69+
doc/tutorial.html: $(S)doc/tutorial.md $(S)doc/rust.css
7070
@$(call E, cp: $(S)doc/rust.css)
7171
-$(Q)cp -a $(S)doc/rust.css doc/ 2> /dev/null
7272
@$(call E, pandoc: $@)

0 commit comments

Comments
 (0)