summaryrefslogtreecommitdiff
path: root/doc/manual/Makefile
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-17 14:42:29 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-17 14:45:13 +0100
commit8dbee9a861f00d72a995a2b2369385651f2ec734 (patch)
tree0dcee37c8c13b08d10bfd16f092558eeb1f70624 /doc/manual/Makefile
parent44555d6be9043c00030050caf9b49cd0241730c9 (diff)
Tidy up manual changes.
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