Checkout deps when building manuals for DoM (which requires libdcp to build its manual).
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Oct 2021 20:56:26 +0000 (22:56 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Oct 2021 20:56:26 +0000 (22:56 +0200)
cdist

diff --git a/cdist b/cdist
index 06a9cb30af71ba66ea0f7a34f739532a6a640df4..88c9bd40d238c0e043d4ed7bd70266c5f5611519 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -1306,6 +1306,7 @@ def main():
     elif args.command == 'manual':
         target = SourceTarget()
         tree = globals.trees.get(args.project, args.checkout, target)
+        tree.checkout_dependencies()
 
         outs = tree.call('make_manual')
         for o in outs: