Skip to content

Commit 0ed46ea

Browse files
committed
---
yaml --- r: 12150 b: refs/heads/master c: 55bfc5e h: refs/heads/master v: v3
1 parent 679e66e commit 0ed46ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b7b16afc3d72677ee99997006984e11f49134576
2+
refs/heads/master: 55bfc5e4f9387c8b7e5f917ae389ab4fa7d5c12a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/mk/docs.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ doc/rust.html: rust.md doc/version.md doc/keywords.md doc/rust.css
4646
DOCS += doc/rust.pdf
4747
doc/rust.tex: rust.md doc/version.md doc/keywords.md
4848
@$(call E, pandoc: $@)
49-
$(Q)$(CFG_PANDOC) \
49+
$(Q)$(CFG_NODE) $(S)doc/prep.js $< | \
50+
"$(CFG_PANDOC)" \
5051
--standalone --toc \
5152
--number-sections \
5253
--from=markdown --to=latex \
53-
--output=$@ \
54-
$<
54+
--output=$@
5555

5656
doc/rust.pdf: doc/rust.tex
5757
@$(call E, pdflatex: $@)

0 commit comments

Comments
 (0)