X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2FMakefile;h=f0cef48323dfb2c5ef995160c64a216099d003c5;hb=8dbee9a861f00d72a995a2b2369385651f2ec734;hp=115d7c3c8c9b6b45efc4b34aff0c3e3e181a635f;hpb=9525e7726e4d488f193957d4fcf1cc1725581ae8;p=dcpomatic.git diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 115d7c3c8..f0cef4832 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -2,7 +2,7 @@ all: html pdf -DIAGRAMS := +DIAGRAMS := file-structure.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 \ @@ -83,8 +83,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