diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-08 10:54:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-08 10:54:20 +0000 |
| commit | 9d82858f73679c9752e45ef632648e41d22ae864 (patch) | |
| tree | 5571f229972291eb2c54e017a92bae20c7551dd3 /doc/manual/Makefile | |
| parent | 167ba8a342c1b51c4b04c90f00a5dc95b41e385e (diff) | |
Various additions to the manual wrt encryption.
Diffstat (limited to 'doc/manual/Makefile')
| -rw-r--r-- | doc/manual/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual/Makefile b/doc/manual/Makefile index ed7bf133f..8cf5e6e75 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -3,7 +3,8 @@ all: html pdf DIAGRAMS := file-structure.svg 3d-left-right.svg 3d-top-bottom.svg timecode.svg pipeline1.svg pipeline2.svg \ - pipeline3.svg pipeline4.svg burn-in.svg discrete.svg dcp-copy.svg dcp-refer.svg reels-by-video.svg + pipeline3.svg pipeline4.svg burn-in.svg discrete.svg dcp-copy.svg dcp-refer.svg reels-by-video.svg \ + crypt.svg SCREENSHOTS := file-new.png video-new-film.png still-new-film.png video-select-content-file.png \ still-select-content-file.png examine-thumbs.png examine-content.png timing-tab.png \ @@ -11,7 +12,8 @@ SCREENSHOTS := file-new.png video-new-film.png still-new-film.png video-select-c prefs-kdm-email.png prefs-colour-conversions.png prefs-metadata.png prefs-general.png prefs-tms.png \ prefs-advanced.png prefs-defaults.png prefs-servers.png prefs-keys.png \ making-dcp.png filters.png video-tab.png audio-tab.png subtitles-tab.png timing-tab.png \ - audio-plot.png audio-map-eg1.png audio-map-eg2.png audio-map-eg3.png kdm.png + audio-plot.png audio-map-eg1.png audio-map-eg2.png audio-map-eg3.png kdm.png \ + kdm-creator.png XML := dcpomatic.xml |
