summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-30 18:38:42 -0700
committerKeith Packard <keithp@keithp.com>2016-04-30 18:38:42 -0700
commit1a797f5fd5d25ba635fd79ad7604763253caabf2 (patch)
tree7c5220609573662568fd2b282e69dcc8df4eb27a /Makefile.am
parent59466c1c2dbf95c427c2bb52304049eaac4d124f (diff)
publish AltosDroid in keithp-fat target
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e4b9664b..0bb01619 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,9 +38,13 @@ fat_windows = \
telegps/TeleGPS-Windows-$(VERSION_DASH).exe \
micropeak/MicroPeak-Windows-$(VERSION_DASH).exe
+fat_android = \
+ altosdroid/bin/AltosDroid-debug.apk \
+ altosdroid/bin/AltosDroid-release.apk
+
keithp-fat: fat
ssh keithp.com mkdir -p public_html/altos-$(VERSION)
- scp -p $(fat_linux) $(fat_mac) $(fat_windows) keithp.com:public_html/altos-$(VERSION)
+ scp -p $(fat_linux) $(fat_mac) $(fat_windows) $(fat_android) keithp.com:public_html/altos-$(VERSION)
set-java-versions:
$(top_srcdir)/fix-java-versions org.altusmetrum.altoslib=$(ALTOSLIB_VERSION) org.altusmetrum.altosuilib=$(ALTOSUILIB_VERSION)