annotate xml/Makefile.am @ 99:b7f456946c5b
add configure option --enable-dii=no to remove dependency on libgd.
many fixes in pst2ldif by Robert Harris.
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Sun, 28 Sep 2008 17:08:52 -0700 |
parents |
1acd3231c3a4 |
children |
265c7a65b75b |
rev |
line source |
20
|
1 all: libpst
|
16
|
2 cat header.xml libpst >libpst.xml
|
|
3 cat header.sgml libpst >libpst.sgml
|
|
4 rm -f ../html/*html
|
|
5 rm -f ../html/*pdf
|
|
6 xmlto -o ../man man libpst.xml
|
|
7 xmlto -o ../html xhtml libpst.xml
|
|
8 xmlto -o ../html pdf libpst.xml
|
|
9 docbook2texi -o ../info libpst.sgml
|
|
10 rm -f libpst.xml libpst.sgml
|