Skip to content

Commit 9847428

Browse files
committed
mk: Fix pdf build
1 parent 4a4646f commit 9847428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/docs.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ doc/rust.html: rust.md doc/version_info.html doc/rust.css doc/manual.css
5353
--include-before-body=doc/version_info.html \
5454
--output=$@
5555

56-
DOCS += doc/rust.pdf
56+
DOCS += doc/rust.tex
5757
doc/rust.tex: rust.md doc/version.md
5858
@$(call E, pandoc: $@)
5959
$(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
139139
$(info cfg: lacking luatex, disabling pdflatex)
140140
else
141141

142+
DOCS += doc/rust.pdf
142143
doc/rust.pdf: doc/rust.tex
143144
@$(call E, pdflatex: $@)
144145
$(Q)$(CFG_PDFLATEX) \

0 commit comments

Comments
 (0)