]> git.lizzy.rs Git - rust.git/commitdiff
mk: Fix pdf build
authorBrian Anderson <banderson@mozilla.com>
Wed, 1 May 2013 00:45:08 +0000 (17:45 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 1 May 2013 00:45:08 +0000 (17:45 -0700)
mk/docs.mk

index 252f62cf87116d24e18cf57172d5053ce05362f6..f49c75d6acb010405a9dde6e9013b5e9dbc8a086 100644 (file)
@@ -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) \