]> git.lizzy.rs Git - rust.git/commitdiff
This path could have spaces in it, so quote it
authorDaniel Brooks <db48x@db48x.net>
Thu, 15 Mar 2012 03:01:19 +0000 (20:01 -0700)
committerBrian Anderson <banderson@mozilla.com>
Thu, 15 Mar 2012 23:55:22 +0000 (16:55 -0700)
mk/docs.mk

index df07dc01b8b7f06ea82e3eb93b2e0065778960c3..5efd5c4678ea85d9c5cbf0caae0b92a2f7722cc6 100644 (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 \