view xml/Makefile.am @ 472:86a61ed64baf

Added tag stable-6-0-77 for changeset 419564449cea
author Carl Byington <carl@five-ten-sg.com>
date Wed, 16 Dec 2020 13:40:59 -0800
parents f5b394bec28c
children
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
	   xmlto        -o ../man  man   dnsbl.xml
	   xmlto        -o ../html xhtml dnsbl.xml
	   docbook2texi -o ../info       dnsbl.sgml
	   rm -f dnsbl.xml dnsbl.sgml