]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rustdoc-with-output-option/Makefile
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / run-make / rustdoc-with-output-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 --output $(OUTPUT_DIR)
7
8         $(HTMLDOCCK) $(OUTPUT_DIR) src/lib.rs