Index: recipes.py |
diff --git a/recipes.py b/recipes.py |
index 75a00891c10d487825684cab13af66714c3cccb4..690f505e7d980ccfc4812fddfcdd2aeb83471be4 100755 |
--- a/recipes.py |
+++ b/recipes.py |
@@ -230,8 +230,9 @@ def doc(package_deps, args): |
_, config_file = get_package_config(args) |
universe = loader.RecipeUniverse(package_deps, config_file) |
+ universe_view = loader.UniverseView(universe, package_deps.root_package) |
- doc.main(universe) |
+ doc.main(universe_view) |
def info(args): |