Mercurial > dnsbl
annotate xml/Makefile.am @ 428:6f2db3d19a34 stable-6-0-61
allow 4000 byte spf txt records
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 02 Oct 2017 15:09:55 -0700 |
parents | 29d54e7028f6 |
children | f5b394bec28c |
rev | line source |
---|---|
111 | 1 all: dnsbl |
2 cat header.xml dnsbl >dnsbl.xml | |
407
29d54e7028f6
document dmarc vs dnsbl dkim/spf; switch to . rather than " " for dkim impossible signer
Carl Byington <carl@five-ten-sg.com>
parents:
111
diff
changeset
|
3 cat header.sgml dnsbl | grep -v personblurb >dnsbl.sgml |
105 | 4 rm -f ../html/*html |
5 rm -f ../html/*pdf | |
111 | 6 xmlto -o ../man man dnsbl.xml |
7 xmlto -o ../html xhtml dnsbl.xml | |
8 xmlto -o ../html pdf dnsbl.xml | |
9 docbook2texi -o ../info dnsbl.sgml | |
10 rm -f dnsbl.xml dnsbl.sgml |