mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
5 lines
173 B
Makefile
5 lines
173 B
Makefile
include ../../run-make-fulldeps/tools.mk
|
|
|
|
all:
|
|
$(BARE_RUSTDOC) 2>&1 | sed -E 's@/nightly/|/beta/|/stable/|/1\.[0-9]+\.[0-9]+/@/$$CHANNEL/@g' | diff - output-default.stdout
|