Mercurial > sm-archive
diff xml/Makefile.am @ 2:32b57406b656
initial version
author | carl |
---|---|
date | Fri, 10 Mar 2006 10:47:12 -0800 |
parents | 616666e2f34c |
children |
line wrap: on
line diff
--- a/xml/Makefile.am Fri Mar 10 10:35:25 2006 -0800 +++ b/xml/Makefile.am Fri Mar 10 10:47:12 2006 -0800 @@ -1,10 +1,10 @@ -all: dnsbl - cat header.xml dnsbl >dnsbl.xml - cat header.sgml dnsbl >dnsbl.sgml +all: sm-archive + cat header.xml sm-archive >sm-archive.xml + cat header.sgml sm-archive >sm-archive.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 + xmlto -o ../man man sm-archive.xml + xmlto -o ../html xhtml sm-archive.xml + xmlto -o ../html pdf sm-archive.xml + docbook2texi -o ../info sm-archive.sgml + rm -f sm-archive.xml sm-archive.sgml