summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-viewpath-self/Makefile
blob: c1b1683efdb7fad32880ae69c03656b5510e2be7 (plain)
1
2
3
4
5
-include ../tools.mk

all: foo.rs
	$(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
	$(HTMLDOCCK) $(TMPDIR)/doc foo.rs