delay sending cursor move notifications until the host is quiet
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Thu, 29 May 2014 20:15:58 -0700 (2014-05-30) |
parents |
0ce5cc452d02 |
children |
7eb24880b111 |
line source
ver:=$(shell grep versionName ../AndroidManifest.xml | cut -d'"' -f2)
pkg:=510Connectbot
all:
sed -e 's/@PACKAGE@/$(pkg)/g' -e 's/@VERSION@/$(ver)/g' <510connectbot.in >510connectbot
cat header.xml 510connectbot >510connectbot.xml
cat header.sgml 510connectbot >510connectbot.sgml
rm -f ../html/*html
rm -f ../html/*pdf
xmlto -o ../html xhtml 510connectbot.xml
xmlto -o ../html pdf 510connectbot.xml
rm -f 510connectbot.xml 510connectbot.sgml