rust/tests/run-make/rustdoc-map-file/Makefile

6 lines
154 B
Makefile
Raw Normal View History

include ../tools.mk
2021-02-15 14:45:38 -06:00
all:
$(RUSTDOC) -Z unstable-options --generate-redirect-map foo.rs -o "$(TMPDIR)/out"
"$(PYTHON)" validate_json.py "$(TMPDIR)/out"