view xml/Makefile.am @ 463:95b4666a2a0b

Added tag stable-6-0-75 for changeset f3f1ece619ba
author Carl Byington <carl@five-ten-sg.com>
date Sat, 09 Mar 2019 18:53:12 -0800
parents 29d54e7028f6
children f5b394bec28c
line wrap: on
line source

all: dnsbl
	   cat header.xml  dnsbl >dnsbl.xml
	   cat header.sgml dnsbl | grep -v personblurb >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