set debuggable flag depending on build style
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Tue, 24 Jun 2014 17:05:55 -0700 (2014-06-25) |
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