From cbd6aeaf61b8e14e3c3305ee04f17f87cbecff70 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 Oct 2021 22:56:26 +0200 Subject: [PATCH] Checkout deps when building manuals for DoM (which requires libdcp to build its manual). --- cdist | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist b/cdist index 06a9cb3..88c9bd4 100755 --- 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: -- 2.30.2