Mercurial > libpst
comparison Makefile.cvs @ 308:97c53c6868ab
add -m option to readpst to create Outlook .msg files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 13 Dec 2009 14:48:20 -0800 |
parents | 61be2c04d6ab |
children | f1f9920cc7b1 |
comparison
equal
deleted
inserted
replaced
243:0199af9730b2 | 308:97c53c6868ab |
---|---|
4 | 4 |
5 all: | 5 all: |
6 libtoolize --force --copy | 6 libtoolize --force --copy |
7 aclocal -I m4 | 7 aclocal -I m4 |
8 autoheader | 8 autoheader |
9 automake | 9 automake --add-missing |
10 autoconf | 10 autoconf |
11 ./configure >/dev/null | 11 ./configure >/dev/null |
12 rm -rf html.internal | 12 rm -rf html.internal |
13 doxygen | 13 doxygen |
14 tar cfz libpst.html.tar.gz html.internal | 14 tar cfz libpst.html.tar.gz html.internal |