comparison xml/Makefile @ 31:0bc0b4798d9e

fix saystring(12) command for proper unicode and document it
author Carl Byington <carl@five-ten-sg.com>
date Sun, 28 Apr 2019 14:45:56 -0700
parents f12df02aa228
children 759c61d72006
comparison
equal deleted inserted replaced
30:89b6389aa5b2 31:0bc0b4798d9e
2 pkg:=510ConnectbotMonitor 2 pkg:=510ConnectbotMonitor
3 3
4 all: 4 all:
5 sed -e 's/@PACKAGE@/$(pkg)/g' -e 's/@VERSION@/$(ver)/g' <510connectbotmonitor.in >510connectbotmonitor 5 sed -e 's/@PACKAGE@/$(pkg)/g' -e 's/@VERSION@/$(ver)/g' <510connectbotmonitor.in >510connectbotmonitor
6 cat header.xml 510connectbotmonitor >510connectbotmonitor.xml 6 cat header.xml 510connectbotmonitor >510connectbotmonitor.xml
7 cat header.sgml 510connectbotmonitor >510connectbotmonitor.sgml
8 rm -f ../html/*html 7 rm -f ../html/*html
9 rm -f ../html/*pdf 8 rm -f ../html/*pdf
10 xmlto -o ../html xhtml 510connectbotmonitor.xml 9 xmlto -o ../html xhtml 510connectbotmonitor.xml
11 xmlto -o ../html pdf 510connectbotmonitor.xml 10 xmlto -o ../html pdf 510connectbotmonitor.xml
12 rm -f 510connectbotmonitor.xml 510connectbotmonitor.sgml 11 rm -f 510connectbotmonitor.xml