about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-04-30 17:45:08 -0700
committerBrian Anderson <banderson@mozilla.com>2013-04-30 17:45:08 -0700
commit9847428acf91e313c9c742fc38c69546bcfc8b26 (patch)
tree8bb149b7e11eddaaad422c046cda661b0fe9fda4
parent4a4646fd54a85f78512e5f2d1d2cd253954d1ea4 (diff)
mk: Fix pdf build
-rw-r--r--mk/docs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/docs.mk b/mk/docs.mk
index 252f62cf871..f49c75d6acb 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -53,7 +53,7 @@ doc/rust.html: rust.md doc/version_info.html doc/rust.css doc/manual.css
 	     --include-before-body=doc/version_info.html \
          --output=$@
 
-DOCS += doc/rust.pdf
+DOCS += doc/rust.tex
 doc/rust.tex: rust.md doc/version.md
 	@$(call E, pandoc: $@)
 	$(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
         $(info cfg: lacking luatex, disabling pdflatex)
       else
 
+DOCS += doc/rust.pdf
 doc/rust.pdf: doc/rust.tex
 	@$(call E, pdflatex: $@)
 	$(Q)$(CFG_PDFLATEX) \