File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: e4bb2d707f5202f259e10341814dc9f63d19a8d1
5
+ refs/heads/try: 6bab5c07e43674e5b0184ff4f75e0ae376cda0c9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ifeq ($(CFG_PANDOC),)
13
13
else
14
14
15
15
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
17
17
@$(call E, pandoc: $@ )
18
18
$(Q )$(CFG_PANDOC ) \
19
19
--standalone --toc \
@@ -66,7 +66,7 @@ doc/rust.pdf: doc/rust.tex
66
66
else
67
67
68
68
DOCS += doc/tutorial.html
69
- doc/tutorial.html : $(S ) doc/tutorial.md
69
+ doc/tutorial.html : $(S ) doc/tutorial.md $( S ) doc/rust.css
70
70
@$(call E, cp: $(S ) doc/rust.css)
71
71
-$(Q ) cp -a $(S ) doc/rust.css doc/ 2> /dev/null
72
72
@$(call E, pandoc: $@ )
You can’t perform that action at this time.
0 commit comments