diff 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
line wrap: on
line diff
--- a/xml/Makefile	Thu Nov 08 11:59:30 2018 -0800
+++ b/xml/Makefile	Sun Apr 28 14:45:56 2019 -0700
@@ -4,9 +4,8 @@
 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
+	rm -f 510connectbotmonitor.xml