view xml/Makefile.am @ 356:90d433d1382e

when extracting header fields, need to preserve the header value since that will be used by subsequent (dcc,spamd,etc) milters
author Carl Byington <carl@five-ten-sg.com>
date Sun, 08 Jan 2017 21:13:01 -0800
parents d0dad5610980
children 29d54e7028f6
line wrap: on
line source

all: dnsbl
	   cat header.xml  dnsbl >dnsbl.xml
	   cat header.sgml dnsbl >dnsbl.sgml
	   rm -f ../html/*html
	   rm -f ../html/*pdf
	   xmlto        -o ../man  man   dnsbl.xml
	   xmlto        -o ../html xhtml dnsbl.xml
	   xmlto        -o ../html pdf   dnsbl.xml
	   docbook2texi -o ../info       dnsbl.sgml
	   rm -f dnsbl.xml dnsbl.sgml