]> git.lizzy.rs Git - rust.git/commit
auto merge of #10222 : nibrahim/rust/docfix, r=brson
authorbors <bors@rust-lang.org>
Sat, 2 Nov 2013 03:46:18 +0000 (20:46 -0700)
committerbors <bors@rust-lang.org>
Sat, 2 Nov 2013 03:46:18 +0000 (20:46 -0700)
commit2456272626443cdf8674648324096db1d9808129
tree9e4c6072cb55bb1150bf1f4bb66a50947a4b2222
parentc15038db0843835bb075e2b37547e22a65604b0b
parent60cb1fb4d1bf31ddcf469943b2f35c9da96c72d2
auto merge of #10222 : nibrahim/rust/docfix, r=brson

Earlier versions of pandoc don't have the `default.html5` template file. When `make docs` is run, the build process fails with this message.

    pandoc: doc/rust.html
    pandoc: /usr/share/pandoc-1.8.2.1/templates/default.html5: openFile: does not exist (No such file or directory)

    node.js:201
            throw e; // process.nextTick error, or 'error' event on first tick
                  ^
    Error: write EPIPE
        at errnoException (net.js:670:11)
        at Object.afterWrite [as oncomplete] (net.js:503:19)
    make: *** [doc/rust.html] Error 1
configure