view xml/Makefile.am @ 111:d0dad5610980

move to autoconf/automake/docbook
author carl
date Sun, 18 Dec 2005 15:16:25 -0800
parents c3e9fa6b37c6
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