comparison xml/Makefile.am @ 467:f5b394bec28c

allow checking names without A records on uribl lists; improve extraction of fake TLDs from our RPZ zone
author Carl Byington <carl@five-ten-sg.com>
date Wed, 16 Dec 2020 10:25:37 -0800
parents 29d54e7028f6
children
comparison
equal deleted inserted replaced
466:8ad675a5d448 467:f5b394bec28c
1 all: dnsbl 1 all: dnsbl
2 cat header.xml dnsbl >dnsbl.xml 2 cat header.xml dnsbl >dnsbl.xml
3 cat header.sgml dnsbl | grep -v personblurb >dnsbl.sgml 3 cat header.sgml dnsbl | grep -v personblurb >dnsbl.sgml
4 rm -f ../html/*html 4 rm -f ../html/*html
5 rm -f ../html/*pdf
6 xmlto -o ../man man dnsbl.xml 5 xmlto -o ../man man dnsbl.xml
7 xmlto -o ../html xhtml dnsbl.xml 6 xmlto -o ../html xhtml dnsbl.xml
8 xmlto -o ../html pdf dnsbl.xml
9 docbook2texi -o ../info dnsbl.sgml 7 docbook2texi -o ../info dnsbl.sgml
10 rm -f dnsbl.xml dnsbl.sgml 8 rm -f dnsbl.xml dnsbl.sgml