annotate xml/Makefile.am @ 33:12cac756bc05 stable-0-5-5

enable -d option, but if not specified, don't generate a debug file
author carl
date Tue, 10 Jul 2007 20:23:55 -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