]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/rustdoc-with-output-option/Makefile
Auto merge of #101030 - woppopo:const_location, r=scottmcm
[rust.git] / src / test / 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