Mercurial > 510Connectbot
view xml/Makefile @ 127:69db8af9508d
host editor database values override summary text only if non-empty
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 19 Jun 2014 09:40:28 -0700 |
parents | 0ce5cc452d02 |
children | 7eb24880b111 |
line wrap: on
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