Fix 'mach browse-doc' to use the right target directory.

This commit is contained in:
Simon Sapin 2014-12-03 15:59:51 -08:00
parent 7efad39ccd
commit 2b7eb1ca1e

View file

@ -110,4 +110,4 @@ class MachCommands(CommandBase):
self.doc([])
import webbrowser
webbrowser.open("file://" + path.abspath(path.join(
"target", "doc", "servo", "index.html")))
self.servo_crate(), "target", "doc", "servo", "index.html")))