File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b7b16afc3d72677ee99997006984e11f49134576
2
+ refs/heads/master: 55bfc5e4f9387c8b7e5f917ae389ab4fa7d5c12a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ doc/rust.html: rust.md doc/version.md doc/keywords.md doc/rust.css
46
46
DOCS += doc/rust.pdf
47
47
doc/rust.tex : rust.md doc/version.md doc/keywords.md
48
48
@$(call E, pandoc: $@ )
49
- $(Q )$(CFG_PANDOC ) \
49
+ $(Q )$(CFG_NODE ) $(S ) doc/prep.js $< | \
50
+ " $( CFG_PANDOC) " \
50
51
--standalone --toc \
51
52
--number-sections \
52
53
--from =markdown --to=latex \
53
- --output=$@ \
54
- $<
54
+ --output=$@
55
55
56
56
doc/rust.pdf : doc/rust.tex
57
57
@$(call E, pdflatex: $@ )
You can’t perform that action at this time.
0 commit comments