This path could have spaces in it, so quote it

This commit is contained in:
Daniel Brooks 2012-03-14 20:01:19 -07:00 committed by Brian Anderson
parent 0095e6d85b
commit 29fa4a60fb

View File

@ -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 \