summaryrefslogtreecommitdiff
path: root/altosui/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-01-18 22:34:15 -0800
committerKeith Packard <keithp@keithp.com>2011-01-18 22:35:42 -0800
commit5d91c250179f44ca17c26fff36718b7026aa8ee0 (patch)
treeeca948ab09450188254aa62212bcf1cfa1811ec1 /altosui/Makefile.am
parent26c4cc3054b1c7c9ed6ce3c2f21f6254b3245718 (diff)
fat: Add firmware for v1.1 and docs to mac/windows/linux installers
We'll need to be sure to update this each time we add a product. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
-rw-r--r--altosui/Makefile.am15
1 files changed, 13 insertions, 2 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index 196d7032..52b173e2 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -129,10 +129,21 @@ ICONJAR= -C $(ICONDIR) altus-metrum-16x16.jpg \
WINDOWS_ICON=$(ICONDIR)/altus-metrum.ico
# Firmware
-FIRMWARE_TD=$(top_srcdir)/src/teledongle-v0.2-$(VERSION).ihx
-FIRMWARE_TM=$(top_srcdir)/src/telemetrum-v1.0-$(VERSION).ihx
+FIRMWARE_TD_0_2=$(top_srcdir)/src/teledongle-v0.2-$(VERSION).ihx
+FIRMWARE_TD=$(FIRMWARE_TD_0_2)
+
+FIRMWARE_TM_1_0=$(top_srcdir)/src/telemetrum-v1.0-$(VERSION).ihx
+FIRMWARE_TM_1_1=$(top_srcdir)/src/telemetrum-v1.1-$(VERSION).ihx
+FIRMWARE_TM=$(FIRMWARE_TM_1_0) $(FIRMWARE_TM_1_1)
+
FIRMWARE=$(FIRMWARE_TM) $(FIRMWARE_TD)
+ALTUSMETRUM_DOC=$(top_srcdir)/doc/altusmetrum.pdf
+ALTOS_DOC=$(top_srcdir)/doc/altos.pdf
+TEMPLATE_DOC=$(top_srcdir)/doc/telemetrum-outline.pdf
+
+DOC=$(ALTUSMETRUM_DOC) $(ALTOS_DOC) $(TEMPLATE_DOC)
+
# Distribution targets
LINUX_DIST=Altos-Linux-$(VERSION).tar.bz2
MACOSX_DIST=Altos-Mac-$(VERSION).zip