]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/rustdoc-smoke/Makefile
0de678e72488b85e29ad2752f2fedc098ea9550c
[rust.git] / src / test / run-make / rustdoc-smoke / Makefile
1 -include ../tools.mk
2 all:
3         $(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
4         cp verify.sh $(TMPDIR)
5         $(call RUN,verify.sh) $(TMPDIR)