X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2FMakefile;h=ef4dacff279ef77925339c30a529b0fee89d7e88;hb=979ead5948d8831cde9765fdedd322c5deb661d9;hp=115d7c3c8c9b6b45efc4b34aff0c3e3e181a635f;hpb=a183c1776cfd020a37d028ebb0f641352f49697b;p=dcpomatic.git diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 115d7c3c8..ef4dacff2 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -2,11 +2,16 @@ all: html pdf -DIAGRAMS := +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 -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 add-file.png dcp-tab.png colour-conversion.png \ + 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 XML := dcpomatic.xml @@ -49,6 +54,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 +91,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