Mercurial > 510ConnectbotMonitor
view xml/Makefile @ 26:3a5df66c0480
Added tag stable-1.0.4-0 for changeset 3975d341e3dd
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 01 May 2015 12:34:17 -0700 |
parents | f12df02aa228 |
children | 0bc0b4798d9e |
line wrap: on
line source
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