annotate xml/Makefile.am @ 16:c508ee15dfca

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 18:47:46 -0800
parents
children 1acd3231c3a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 all: dnsbl
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2 cat header.xml libpst >libpst.xml
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
3 cat header.sgml libpst >libpst.sgml
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
4 rm -f ../html/*html
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
5 rm -f ../html/*pdf
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
6 xmlto -o ../man man libpst.xml
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
7 xmlto -o ../html xhtml libpst.xml
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
8 xmlto -o ../html pdf libpst.xml
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
9 docbook2texi -o ../info libpst.sgml
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
10 rm -f libpst.xml libpst.sgml