annotate xml/Makefile.am @ 60:97b7706bdda2

Work around bogus 7c.b5 blocks in some messages that have been read. They appear to have attachments, but of some unknown format. Before the message was read, it did not have any attachments. Use autoscan to cleanup our autoconf system. Use autoconf to detect when we need to use our XGetopt files and other header files. More fields, including BCC. Fix missing LE32_CPU byte swapping for FILETIME types.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 16 Feb 2008 12:26:35 -0800
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