Skip to content

Commit 86743e9

Browse files
committed
---
yaml --- r: 14761 b: refs/heads/try c: 6bab5c0 h: refs/heads/master i: 14759: 193e97c v: v3
1 parent bf23ffb commit 86743e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: e4bb2d707f5202f259e10341814dc9f63d19a8d1
5+
refs/heads/try: 6bab5c07e43674e5b0184ff4f75e0ae376cda0c9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)