annotate xml/Makefile.am @ 306:e71286542fbb
Added tag stable-6-0-45 for changeset 1f40b1b0ad31
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Thu, 09 Apr 2015 11:31:32 -0700 |
parents |
d0dad5610980 |
children |
29d54e7028f6 |
rev |
line source |
111
|
1 all: dnsbl
|
|
2 cat header.xml dnsbl >dnsbl.xml
|
|
3 cat header.sgml dnsbl >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
|