X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2FMakefile;h=8be93db1926b7e437b41589cefd1a918ccc869a3;hb=d0bca7d33b8101cd87f78d5a76b2512dea3988f8;hp=f0cef48323dfb2c5ef995160c64a216099d003c5;hpb=8dbee9a861f00d72a995a2b2369385651f2ec734;p=dcpomatic.git diff --git a/doc/manual/Makefile b/doc/manual/Makefile index f0cef4832..8be93db19 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -2,11 +2,14 @@ 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-kdm-email.png prefs-colour-conversions.png prefs-metadata.png prefs-misc.png prefs-tms.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 kdm.png XML := dcpomatic.xml @@ -49,6 +52,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