annotate xml/Makefile.am @ 76:09d0f592be83

Added tag stable-0-6-11 for changeset 987aa872294e
author Carl Byington <carl@five-ten-sg.com>
date Tue, 03 Jun 2008 12:07:47 -0700
parents 1acd3231c3a4
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