]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rustdoc-with-short-out-dir-option/Makefile
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / run-make / rustdoc-with-short-out-dir-option / Makefile
1 include ../../run-make-fulldeps/tools.mk
2
3 OUTPUT_DIR := "$(TMPDIR)/rustdoc"
4
5 all:
6         $(RUSTDOC) src/lib.rs --crate-name foobar --crate-type lib -o $(OUTPUT_DIR)
7
8         $(HTMLDOCCK) $(OUTPUT_DIR) src/lib.rs