view xml/Makefile @ 269:3a84a4f18640

Added tag stable-1.8.7 for changeset 2ce1ad6ffe6b
author Carl Byington <carl@five-ten-sg.com>
date Wed, 16 Jul 2014 12:53:51 -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