summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-17 20:05:12 -0800
committerKeith Packard <keithp@keithp.com>2013-12-17 20:05:12 -0800
commite44ce127ece149e7b07be49142bc0f9d50bbe97d (patch)
tree7dec8db2b7dfd31da670edacb2a1d3a32d74c80f /doc/Makefile
parente4b223df372348718b74d2ecad4957f3e30f8d79 (diff)
doc: Add screen shots everywhere
This has screen shots of every dialog in altosui Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile33
1 files changed, 32 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index c45e084b..f586ad17 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -14,6 +14,37 @@ RELNOTES=\
release-notes-1.2.1.html \
release-notes-1.3.html
+PICTURES=\
+ altosui.png \
+ ascent.png \
+ configure-altimeter.png \
+ configure-altosui.png \
+ configure-groundstation.png \
+ configure-pyro.png \
+ descent.png \
+ device-selection.png \
+ easymini-top.jpg \
+ fire-igniter.png \
+ graph-configure.png \
+ graph-map.png \
+ graph.png \
+ graph-stats.png \
+ landed.png \
+ launch-pad.png \
+ load-maps.png \
+ scan-channels.png \
+ site-map.png \
+ table.png \
+ telemega-v1.0-top.jpg \
+ telemetrum-v1.1-thside.jpg \
+ telemini-v1-top.jpg \
+ telemini-v2-top.jpg
+SVG=\
+ easymini-outline.svg \
+ telemega-outline.svg \
+ telemetrum.svg \
+ telemini.svg
+
RELNOTES_XSL=$(RELNOTES:.html=.xsl)
HTML=altusmetrum.html altos.html telemetry.html companion.html micropeak.html $(RELNOTES)
PDF=altusmetrum.pdf altos.pdf telemetry.pdf companion.pdf micropeak.pdf
@@ -21,7 +52,7 @@ DOC=$(HTML) $(PDF)
HTMLSTYLE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl
FOSTYLE=xorg-fo.xsl
PDFSTYLE=
-IMAGES=telemetrum.svg telemini.svg
+IMAGES=$(PICTURES) $(SVG)
.SUFFIXES: .xsl .html .pdf