1 2 3 4
-include ../tools.mk all: $(RUSTDOC) -w json -o $(TMPDIR)/doc.json foo.rs $(RUSTDOC) -o $(TMPDIR)/doc $(TMPDIR)/doc.json