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 b7b16af commit 55bfc5eCopy full SHA for 55bfc5e
mk/docs.mk
@@ -46,12 +46,12 @@ doc/rust.html: rust.md doc/version.md doc/keywords.md doc/rust.css
46
DOCS += doc/rust.pdf
47
doc/rust.tex: rust.md doc/version.md doc/keywords.md
48
@$(call E, pandoc: $@)
49
- $(Q)$(CFG_PANDOC) \
+ $(Q)$(CFG_NODE) $(S)doc/prep.js $< | \
50
+ "$(CFG_PANDOC)" \
51
--standalone --toc \
52
--number-sections \
53
--from=markdown --to=latex \
- --output=$@ \
54
- $<
+ --output=$@
55
56
doc/rust.pdf: doc/rust.tex
57
@$(call E, pdflatex: $@)
0 commit comments