| Index: doc/recipes.py
|
| diff --git a/doc/recipes.py b/doc/recipes.py
|
| index c49933f5e1c28ee72b47a095bbfe1146aede58a5..2b2fb66f0e492fefa82c0d4daf10be7ad238da3a 100755
|
| --- a/doc/recipes.py
|
| +++ b/doc/recipes.py
|
| @@ -187,7 +187,7 @@ def main():
|
|
|
| repo_root = os.path.abspath(
|
| _git_output(['rev-parse', '--show-toplevel'],
|
| - cwd=os.path.dirname(__file__)).strip())
|
| + cwd=os.path.abspath(os.path.dirname(__file__))).strip())
|
|
|
| # TODO(iannucci): Actually make the location of recipes.cfg configurable.
|
| recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg')
|
|
|