summaryrefslogtreecommitdiff
path: root/doc/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/Makefile')
-rw-r--r--doc/manual/Makefile7
1 files changed, 4 insertions, 3 deletions
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