mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
9 lines
205 B
Makefile
9 lines
205 B
Makefile
include ../../run-make-fulldeps/tools.mk
|
|
|
|
OUTPUT_DIR := "$(TMPDIR)/rustdoc"
|
|
|
|
all:
|
|
$(RUSTDOC) src/lib.rs --crate-name foobar --crate-type lib --output $(OUTPUT_DIR)
|
|
|
|
$(HTMLDOCCK) $(OUTPUT_DIR) src/lib.rs
|