mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
Fix 'mach browse-doc' to use the right target directory.
This commit is contained in:
parent
7efad39ccd
commit
2b7eb1ca1e
1 changed files with 1 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue