diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-07 11:38:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-07 11:38:37 +0100 |
| commit | 0c95329f1571453f48ced75621939ef0de3de14b (patch) | |
| tree | c656f0fd2e514fe3c39bbbecf5bd85a7b4b8872e /doc/manual/make_cli_xml | |
| parent | 2df5e3ab3636e0c38c3003631d0d6acdb5bd23c6 (diff) | |
More manual build fixes.
Diffstat (limited to 'doc/manual/make_cli_xml')
| -rw-r--r-- | doc/manual/make_cli_xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/make_cli_xml b/doc/manual/make_cli_xml new file mode 100644 index 000000000..625aecade --- /dev/null +++ b/doc/manual/make_cli_xml @@ -0,0 +1,8 @@ +#!/bin/bash +# +# Run this in a tree where these tools can be run +# + +python3 cli.py dcpomatic_create > dcpomatic_create.xml +python3 cli.py dcpomatic_cli > dcpomatic_cli.xml +python3 cli.py dcpomatic_kdm_cli > dcpomatic_kdm_cli.xml
\ No newline at end of file |
