diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-17 20:05:12 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-17 20:05:12 -0800 |
commit | e44ce127ece149e7b07be49142bc0f9d50bbe97d (patch) | |
tree | 7dec8db2b7dfd31da670edacb2a1d3a32d74c80f /doc/Makefile | |
parent | e4b223df372348718b74d2ecad4957f3e30f8d79 (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/Makefile | 33 |
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 |