annotate xml/Makefile.am @ 20:1acd3231c3a4

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 20:19:38 -0800
parents c508ee15dfca
children 265c7a65b75b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
1 all: libpst
16
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