summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-smoke/Makefile
blob: de013ab28a5778cb7e56e9e41a7eed4273035719 (plain)
1
2
3
4
5
-include ../tools.mk
all:
	$(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
	cp verify.sh $(TMPDIR)
	$(call RUN,verify.sh) $(TMPDIR)