Mercurial > libpst
comparison xml/Makefile.am @ 180:265c7a65b75b
switch back to fully versioned subpackage dependencies
add doxygen devel-doc documentation for the shared library
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 10 Apr 2009 12:00:46 -0700 |
parents | 1acd3231c3a4 |
children | b65e8d0a088a |
comparison
equal
deleted
inserted
replaced
179:83cb32e41f80 | 180:265c7a65b75b |
---|---|
1 all: libpst | 1 all: libpst |
2 cat header.xml libpst >libpst.xml | 2 cat header.xml libpst >libpst.xml |
3 cat header.sgml libpst >libpst.sgml | 3 cat header.sgml libpst >libpst.sgml |
4 rm -f ../html/*html | 4 rm -f ../html/*html |
5 rm -f ../html/*pdf | 5 rm -f ../html/*pdf |
6 xmlto -o ../man man libpst.xml | 6 rm -rf ../html/devel |
7 xmlto -o ../html xhtml libpst.xml | 7 xmlto -o ../man man libpst.xml |
8 xmlto -o ../html pdf libpst.xml | 8 xmlto -o ../html xhtml libpst.xml |
9 docbook2texi -o ../info libpst.sgml | 9 xmlto -o ../html pdf libpst.xml |
10 rm -f libpst.xml libpst.sgml | 10 docbook2texi -o ../info libpst.sgml |
11 rm -f libpst.xml libpst.sgml | |
12 doxygen |