comparison xml/Makefile.am @ 2:32b57406b656

initial version
author carl
date Fri, 10 Mar 2006 10:47:12 -0800
parents 616666e2f34c
children
comparison
equal deleted inserted replaced
1:45c8592d5d13 2:32b57406b656
1 all: dnsbl 1 all: sm-archive
2 cat header.xml dnsbl >dnsbl.xml 2 cat header.xml sm-archive >sm-archive.xml
3 cat header.sgml dnsbl >dnsbl.sgml 3 cat header.sgml sm-archive >sm-archive.sgml
4 rm -f ../html/*html 4 rm -f ../html/*html
5 rm -f ../html/*pdf 5 rm -f ../html/*pdf
6 xmlto -o ../man man dnsbl.xml 6 xmlto -o ../man man sm-archive.xml
7 xmlto -o ../html xhtml dnsbl.xml 7 xmlto -o ../html xhtml sm-archive.xml
8 xmlto -o ../html pdf dnsbl.xml 8 xmlto -o ../html pdf sm-archive.xml
9 docbook2texi -o ../info dnsbl.sgml 9 docbook2texi -o ../info sm-archive.sgml
10 rm -f dnsbl.xml dnsbl.sgml 10 rm -f sm-archive.xml sm-archive.sgml