diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-07 22:56:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-07 22:56:26 +0200 |
| commit | cbd6aeaf61b8e14e3c3305ee04f17f87cbecff70 (patch) | |
| tree | 67d4c82c0c947108de70b21acf89d10f0dd88ffc | |
| parent | 461c804a8a5c2c1733d658a7fe0e6e5cac07939a (diff) | |
Checkout deps when building manuals for DoM (which requires libdcp to build its manual).
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
