X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FMakefile.am;h=e3075d41082598bbd6449f6a5b4e167dc42cb801;hb=7f6cce5749724dbb836aaa27bbeedf977106f6f3;hp=0a3ed0b1c9bfcf0c8b22f9cf4d15f92b3cc34098;hpb=8c20030ea4eb8e068e1ba88e01d07dfbc27bd7db;p=fw%2Faltos diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 0a3ed0b1..e3075d41 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -88,6 +88,7 @@ altosui_JAVA = \ AltosSerialInUseException.java \ AltosSerialMonitor.java \ AltosSiteMap.java \ + AltosSiteMapPreload.java \ AltosSiteMapCache.java \ AltosSiteMapTile.java \ AltosState.java \ @@ -306,3 +307,6 @@ $(MACOSX_DIST): $(MACOSX_FILES) $(MACOSX_EXTRA) $(WINDOWS_DIST): $(WINDOWS_FILES) altos-windows.nsi -rm -f $@ makensis -Oaltos-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" altos-windows.nsi + +publish: + scp launch-sites.txt gag.com:public_html \ No newline at end of file