]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/rustdoc-map-file/Makefile
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
[rust.git] / tests / run-make-fulldeps / rustdoc-map-file / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTDOC) -Z unstable-options --generate-redirect-map foo.rs -o "$(TMPDIR)/out"
5         "$(PYTHON)" validate_json.py "$(TMPDIR)/out"