rustdoc: Add a crate file

This commit is contained in:
Brian Anderson 2012-01-15 14:28:10 -08:00
parent 6860dcc958
commit 66e97a9b08
2 changed files with 9 additions and 1 deletions

View File

@ -13,7 +13,7 @@ CARGO_CRATE := $(S)src/cargo/cargo.rc
CARGO_INPUTS := $(wildcard $(S)src/cargo/*rs)
# Rustdoc, the documentation tool
RUSTDOC_CRATE := $(wildcard $(S)src/rustdoc/.rc)
RUSTDOC_CRATE := $(S)src/rustdoc/rustdoc.rc
RUSTDOC_INPUTS := $(wildcard $(S)src/rustdoc/*.rs)
# FIXME: These are only built for the host arch. Eventually we'll

8
src/rustdoc/rustdoc.rc Normal file
View File

@ -0,0 +1,8 @@
#[link(name = "rustdoc",
vers = "0.1",
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
url = "http://rust-lang.org/doc/rustdoc")];
#[desc = "The Rust documentation generator"];
#[license = "MIT"];
#[crate_type = "bin"];