summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-json/Makefile
blob: 5e6ab4b790ee5efd2c8c72df6989c81fc7fd6ed0 (plain)
1
2
3
4
-include ../tools.mk
all:
	$(RUSTDOC) -w json -o $(TMPDIR)/doc.json foo.rs
	$(RUSTDOC) -o $(TMPDIR)/doc $(TMPDIR)/doc.json