Mercurial > 510ConnectbotMonitor
diff xml/Makefile @ 1:f12df02aa228
add docs
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 05 May 2014 14:37:11 -0700 |
parents | |
children | 0bc0b4798d9e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xml/Makefile Mon May 05 14:37:11 2014 -0700 @@ -0,0 +1,12 @@ +ver:=$(shell grep versionName ../AndroidManifest.xml | cut -d'"' -f2) +pkg:=510ConnectbotMonitor + +all: + sed -e 's/@PACKAGE@/$(pkg)/g' -e 's/@VERSION@/$(ver)/g' <510connectbotmonitor.in >510connectbotmonitor + cat header.xml 510connectbotmonitor >510connectbotmonitor.xml + cat header.sgml 510connectbotmonitor >510connectbotmonitor.sgml + rm -f ../html/*html + rm -f ../html/*pdf + xmlto -o ../html xhtml 510connectbotmonitor.xml + xmlto -o ../html pdf 510connectbotmonitor.xml + rm -f 510connectbotmonitor.xml 510connectbotmonitor.sgml