comparison xml/Makefile.am @ 221:06d759f640f6

fedora 11 has python2.6, remove pdf version of the man pages
author Carl Byington <carl@five-ten-sg.com>
date Tue, 23 Jun 2009 14:52:50 -0700
parents cf3df962f1e5
children
comparison
equal deleted inserted replaced
220:e89f6c7751bc 221:06d759f640f6
2 2
3 all: libpst 3 all: libpst
4 cat header.xml libpst >libpst.xml 4 cat header.xml libpst >libpst.xml
5 cat header.sgml libpst >libpst.sgml 5 cat header.sgml libpst >libpst.sgml
6 rm -f ../html/*html 6 rm -f ../html/*html
7 rm -f ../html/*pdf
8 rm -rf ../html/devel 7 rm -rf ../html/devel
9 xmlto -o ../man man libpst.xml 8 xmlto -o ../man man libpst.xml
10 xmlto -o ../html xhtml libpst.xml 9 xmlto -o ../html xhtml libpst.xml
11 xmlto -o ../html pdf libpst.xml
12 rm -f libpst.xml libpst.sgml 10 rm -f libpst.xml libpst.sgml
13 mkdir tmp 11 mkdir tmp
14 mkdir tmp/libpst 12 mkdir tmp/libpst
15 cp ../src/common.h ../src/libpst.h ../src/libstrfunc.h ../src/lzfu.h ../src/timeconv.h ../src/vbuf.h tmp/libpst 13 cp ../src/common.h ../src/libpst.h ../src/libstrfunc.h ../src/lzfu.h ../src/timeconv.h ../src/vbuf.h tmp/libpst
16 doxygen 14 doxygen