diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-28 16:43:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-28 16:43:23 +0100 |
| commit | 348afe4e19aa4149b2ad3b729bc1b4e8f87a5a3e (patch) | |
| tree | e920d74283a8593cef0ad08d61f7713437f278b1 /doc/manual/Makefile | |
| parent | e80e1b8ae09d87917910af7402945e0d0a31666c (diff) | |
Updates to manual.
Diffstat (limited to 'doc/manual/Makefile')
| -rw-r--r-- | doc/manual/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/manual/Makefile b/doc/manual/Makefile index f0cef4832..bb3c3167e 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -2,11 +2,12 @@ all: html pdf -DIAGRAMS := file-structure.svg +DIAGRAMS := file-structure.svg 3d-left-right.svg -SCREENSHOTS := file-new.png video-new-film.png still-new-film.png click-content-selector.png video-select-content-file.png \ - still-select-content-file.png examine-thumbs.png \ - calculate-audio-gain.png prefs.png making-dcp.png filters.png film-tab.png video-tab.png audio-tab.png subtitles-tab.png +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 \ + calculate-audio-gain.png prefs.png making-dcp.png filters.png video-tab.png audio-tab.png subtitles-tab.png \ + audio-plot.png audio-map-eg1.png audio-map-eg2.png audio-map-eg3.png XML := dcpomatic.xml @@ -49,6 +50,9 @@ html/screenshots/new-session.png: screenshots/new-session.png html/screenshots/export-dialogue.png: screenshots/export-dialogue.png mkdir -p html/screenshots convert -resize 75% $< $@ +html/screenshots/making-dcp.png: screenshots/making-dcp.png + mkdir -p html/screenshots + convert -resize 75% $< $@ # For HTML: convert graphics from SVG to PNG graphics/%.png: graphics/%.svg |
