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/Makefile | |
| parent | 2df5e3ab3636e0c38c3003631d0d6acdb5bd23c6 (diff) | |
More manual build fixes.
Diffstat (limited to 'doc/manual/Makefile')
| -rw-r--r-- | doc/manual/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/manual/Makefile b/doc/manual/Makefile index f7120493e..128c924bf 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -68,18 +68,6 @@ diagrams/%.pdf: diagrams/%.svg config.xml: ../../src/lib/config.cc config.py python3 config.py ../../src/lib/config.cc > config.xml -# These require the tools to be runnable, so make needs to be run -# in a built tree to update them. The .xml files are committed -# to git to avoid this always being necessary. -dcpomatic_create.xml: ../../src/tools/dcpomatic_create.cc cli.py - python3 cli.py dcpomatic_create > dcpomatic_create.xml - -dcpomatic_cli.xml: ../../src/tools/dcpomatic_cli.cc cli.py - python3 cli.py dcpomatic_cli > dcpomatic_cli.xml - -dcpomatic_kdm_cli.xml: ../../src/tools/dcpomatic_kdm_cli.cc cli.py - python3 cli.py dcpomatic_kdm_cli > dcpomatic_kdm_cli.xml - # # HTML # |
