]> git.proxmox.com Git - rustc.git/blame - src/test/run-make/rustdoc-negative-impl/Makefile
Imported Upstream version 1.0.0~beta
[rustc.git] / src / test / run-make / rustdoc-negative-impl / Makefile
CommitLineData
85aaf69f
SL
1-include ../tools.mk
2
3all: foo.rs
4 $(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
5 $(HTMLDOCCK) $(TMPDIR)/doc foo.rs