Add some stuff about video processing.
[dcpomatic.git] / doc / manual / Makefile
index 115d7c3c8c9b6b45efc4b34aff0c3e3e181a635f..83e05b43468c675102029876b781d7c5dadf7993 100644 (file)
@@ -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
 
-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 \
+               prefs-kdm-email.png prefs-colour-conversions.png prefs-metadata.png prefs-misc.png prefs-tms.png \
+               prefs-advanced.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