annotate xml/Makefile @ 32:759c61d72006 default tip

fix makefile for xml docs
author Carl Byington <carl@five-ten-sg.com>
date Sun, 28 Apr 2019 17:20:53 -0700
parents 0bc0b4798d9e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
759c61d72006 fix makefile for xml docs
Carl Byington <carl@five-ten-sg.com>
parents: 31
diff changeset
1 ver:=$(shell grep versionName ../app/src/main/AndroidManifest.xml | cut -d'"' -f2)
1
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
2 pkg:=510ConnectbotMonitor
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
3
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
4 all:
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
5 sed -e 's/@PACKAGE@/$(pkg)/g' -e 's/@VERSION@/$(ver)/g' <510connectbotmonitor.in >510connectbotmonitor
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
6 cat header.xml 510connectbotmonitor >510connectbotmonitor.xml
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
7 rm -f ../html/*html
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
8 rm -f ../html/*pdf
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
9 xmlto -o ../html xhtml 510connectbotmonitor.xml
f12df02aa228 add docs
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
10 xmlto -o ../html pdf 510connectbotmonitor.xml
31
0bc0b4798d9e fix saystring(12) command for proper unicode and document it
Carl Byington <carl@five-ten-sg.com>
parents: 1
diff changeset
11 rm -f 510connectbotmonitor.xml