We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4646f commit 9847428Copy full SHA for 9847428
mk/docs.mk
@@ -53,7 +53,7 @@ doc/rust.html: rust.md doc/version_info.html doc/rust.css doc/manual.css
53
--include-before-body=doc/version_info.html \
54
--output=$@
55
56
-DOCS += doc/rust.pdf
+DOCS += doc/rust.tex
57
doc/rust.tex: rust.md doc/version.md
58
@$(call E, pandoc: $@)
59
$(Q)$(CFG_NODE) $(S)doc/prep.js $< | \
@@ -139,6 +139,7 @@ doc/tutorial-tasks.html: tutorial-tasks.md doc/version_info.html doc/rust.css
139
$(info cfg: lacking luatex, disabling pdflatex)
140
else
141
142
+DOCS += doc/rust.pdf
143
doc/rust.pdf: doc/rust.tex
144
@$(call E, pdflatex: $@)
145
$(Q)$(CFG_PDFLATEX) \
0 commit comments