Mercurial > libpst
annotate xml/Makefile.am @ 16:c508ee15dfca
switch to automake/autoconf
author | carl |
---|---|
date | Sun, 19 Feb 2006 18:47:46 -0800 |
parents | |
children | 1acd3231c3a4 |
rev | line source |
---|---|
16 | 1 all: dnsbl |
2 cat header.xml libpst >libpst.xml | |
3 cat header.sgml libpst >libpst.sgml | |
4 rm -f ../html/*html | |
5 rm -f ../html/*pdf | |
6 xmlto -o ../man man libpst.xml | |
7 xmlto -o ../html xhtml libpst.xml | |
8 xmlto -o ../html pdf libpst.xml | |
9 docbook2texi -o ../info libpst.sgml | |
10 rm -f libpst.xml libpst.sgml |