From: Carl Hetherington Date: Tue, 23 Aug 2016 13:00:43 +0000 (+0100) Subject: Manual updates. X-Git-Tag: v2.9.16~23 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=c5ab3bded4d8a523fe7f3ab3256e17ef3ab96615 Manual updates. --- diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 8cf5e6e75..324c31cf3 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -53,6 +53,9 @@ html/screenshots/export-dialogue.png: screenshots/export-dialogue.png html/screenshots/making-dcp.png: screenshots/making-dcp.png mkdir -p html/screenshots convert -resize 75% $< $@ +html/screenshots/kdm-creator.png: screenshots/kdm-creator.png + mkdir -p html/screenshots + convert -resize 75% $< $@ # For HTML: convert diagrams from SVG to PNG diagrams/%.png: diagrams/%.svg diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 56200c6ed..5b30bcf70 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -2082,8 +2082,8 @@ Finally, choose what you want to do with the KDMs. They can be written to disk, to a location that you can specify by clicking Browse. Alternatively, if you choose Send by email the KDMs will be zipped up and -emailed to the appropriate cinema email addresses. Click OK to -generate the KDMs. +emailed to the appropriate cinema email addresses. Click +Make KDMs to generate the KDMs. @@ -2123,7 +2123,7 @@ select Make DKDM for DCP-o-matic... from the Jobs menu. Select the CPL that you want to make the DKDM for and click OK. This DKDM will then be available in the KDM creator. This is a separate program which you -can start from the same place that you start the ‘Normal’ +can start from the same place that you start the ‘normal’ DCP-o-matic. Its window is shown in . diff --git a/doc/manual/screenshots/kdm-creator.png b/doc/manual/screenshots/kdm-creator.png index 30a0d2a5e..b46581a11 100644 Binary files a/doc/manual/screenshots/kdm-creator.png and b/doc/manual/screenshots/kdm-creator.png differ diff --git a/doc/manual/screenshots/kdm.png b/doc/manual/screenshots/kdm.png index c495f35f5..53ad06fb0 100644 Binary files a/doc/manual/screenshots/kdm.png and b/doc/manual/screenshots/kdm.png differ