mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
This path could have spaces in it, so quote it
This commit is contained in:
committed by
Brian Anderson
parent
0095e6d85b
commit
29fa4a60fb
+1
-1
@@ -15,7 +15,7 @@ else
|
||||
DOCS += doc/rust.html
|
||||
doc/rust.html: rust.md doc/version.md doc/keywords.md $(S)doc/rust.css
|
||||
@$(call E, pandoc: $@)
|
||||
$(Q)$(CFG_PANDOC) \
|
||||
$(Q)"$(CFG_PANDOC)" \
|
||||
--standalone --toc \
|
||||
--section-divs \
|
||||
--number-sections \
|
||||
|
||||
Reference in New Issue
Block a user