Mercurial > 510Connectbot
view xml/Makefile @ 470:2cc170e3fc9b stable-1.9.3-8
audible bell checkbox enables/disables bell volume setting; monitor init string is now a url socket://target/initstring
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 04 Oct 2019 16:44:44 -0700 |
parents | d29cce60f393 |
children | 13a922d1fc5c |
line wrap: on
line source
ver:=$(shell grep versionName ../app/src/main/AndroidManifest.xml | cut -d'"' -f2) pkg:=510Connectbot t:=../html 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 [ -d $(t) ] || mkdir $(t) rm -f $(t)/*html rm -f $(t)/*pdf xmlto -o $(t) xhtml 510connectbot.xml xmlto -o $(t) pdf 510connectbot.xml rm -f 510connectbot.xml 510connectbot.sgml