projects
/
rustc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eba73ab
)
Prefer local CSS to remote
author
Ximin Luo
<infinity0@debian.org>
Sat, 18 May 2019 19:18:25 +0000
(20:18 +0100)
committer
Ximin Luo
<infinity0@debian.org>
Sat, 18 May 2019 19:18:25 +0000
(20:18 +0100)
Bug: https://github.com/rust-lang/rust/pull/45331
Gbp-Pq: Name u-prefer-local-css.patch
src/bootstrap/doc.rs
patch
|
blob
|
history
diff --git
a/src/bootstrap/doc.rs
b/src/bootstrap/doc.rs
index eec193c21f5db3d84eebea0645cd1e91caf55a82..3cfb97f620e0c547fc5609f87aef4052db68c315 100644
(file)
--- a/
src/bootstrap/doc.rs
+++ b/
src/bootstrap/doc.rs
@@
-407,7
+407,7
@@
impl Step for Standalone {
if filename == "not_found.md" {
cmd.arg("--markdown-css")
- .arg("
https://doc.rust-lang.org/
rust.css");
+ .arg("rust.css");
} else {
cmd.arg("--markdown-css").arg("rust.css");
}