comparison xml/Makefile.am @ 182:b65e8d0a088a

more cleanup on external names in the shared object file
author Carl Byington <carl@five-ten-sg.com>
date Mon, 13 Apr 2009 11:39:33 -0700
parents 265c7a65b75b
children cf3df962f1e5
comparison
equal deleted inserted replaced
181:3b04745ff76d 182:b65e8d0a088a
1 EXTRA_DIST = Doxyfile $(wildcard *.pdf)
2
1 all: libpst 3 all: libpst
2 cat header.xml libpst >libpst.xml 4 cat header.xml libpst >libpst.xml
3 cat header.sgml libpst >libpst.sgml 5 cat header.sgml libpst >libpst.sgml
4 rm -f ../html/*html 6 rm -f ../html/*html
5 rm -f ../html/*pdf 7 rm -f ../html/*pdf
6 rm -rf ../html/devel 8 rm -rf ../html/devel
7 xmlto -o ../man man libpst.xml 9 xmlto -o ../man man libpst.xml
8 xmlto -o ../html xhtml libpst.xml 10 xmlto -o ../html xhtml libpst.xml
9 xmlto -o ../html pdf libpst.xml 11 xmlto -o ../html pdf libpst.xml
10 docbook2texi -o ../info libpst.sgml
11 rm -f libpst.xml libpst.sgml 12 rm -f libpst.xml libpst.sgml
13 mkdir tmp
14 mkdir tmp/libpst
15 cp ../src/common.h ../src/libpst.h ../src/libstrfunc.h ../src/timeconv.h ../src/vbuf.h tmp/libpst
12 doxygen 16 doxygen
17 rm -rf tmp