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