]> git.lizzy.rs Git - rust.git/commit
auto merge of #9241 : alexcrichton/rust/build-rustdoc-ng, r=catamorphism
authorbors <bors@rust-lang.org>
Tue, 17 Sep 2013 13:00:45 +0000 (06:00 -0700)
committerbors <bors@rust-lang.org>
Tue, 17 Sep 2013 13:00:45 +0000 (06:00 -0700)
commitf45c6406bcd5b9cea75203031f91653ed98d8865
treef3dda906022fc5955fa72d9de6185ff710af74d9
parent7ea85333ffbeaf255e94e25770bdbdeaf4222684
parent876cb76f1be63da0756a106ba743a617a5dfb2c8
auto merge of #9241 : alexcrichton/rust/build-rustdoc-ng, r=catamorphism

Now rustdoc_ng will be built as both a binary and a library (using the same
rules as all the other binaries that rust has). Furthermore, this will also
start building rustdoc_ng unit tests (and running them).

Note that some `rustdoc_ng` tests were removed, but @cmr says they weren't supposed to be there in the first place. The rustdoc_ng code should also be included in `make install` and `make dist` now.