X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2FMakefile;h=8be93db1926b7e437b41589cefd1a918ccc869a3;hb=a44238ce4ce8f0ba29e093de92067b708454a876;hp=115d7c3c8c9b6b45efc4b34aff0c3e3e181a635f;hpb=a84e33159d708362b10ff61af186a59cc9f5be6b;p=dcpomatic.git diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 115d7c3c8..8be93db19 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -2,11 +2,14 @@ all: html pdf -DIAGRAMS := +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 @@ -83,8 +89,9 @@ html: $(XML) dcpomatic-html.xsl extensions-html.ent dcpomatic.css \ xmlto html -m dcpomatic-html.xsl dcpomatic.xml --skip-validation -o html # Copy graphics and CSS in -# mkdir -p html/diagrams html/graphics -# cp diagrams/*.png html/diagrams + mkdir -p html/diagrams +# mkdir -p html/graphics + cp diagrams/*.png html/diagrams # cp graphics/*.png html/graphics cp dcpomatic.css html