We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bb2d7 commit 6bab5c0Copy full SHA for 6bab5c0
mk/docs.mk
@@ -13,7 +13,7 @@ ifeq ($(CFG_PANDOC),)
13
else
14
15
DOCS += doc/rust.html
16
-doc/rust.html: rust.md doc/version.md doc/keywords.md
+doc/rust.html: rust.md doc/version.md doc/keywords.md $(S)doc/rust.css
17
@$(call E, pandoc: $@)
18
$(Q)$(CFG_PANDOC) \
19
--standalone --toc \
@@ -66,7 +66,7 @@ doc/rust.pdf: doc/rust.tex
66
67
68
DOCS += doc/tutorial.html
69
-doc/tutorial.html: $(S)doc/tutorial.md
+doc/tutorial.html: $(S)doc/tutorial.md $(S)doc/rust.css
70
@$(call E, cp: $(S)doc/rust.css)
71
-$(Q)cp -a $(S)doc/rust.css doc/ 2> /dev/null
72
0 commit comments