Mercurial > libpst
annotate Makefile.cvs @ 151:cda7c812ec01
track character set individually for each mapi element
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 08 Mar 2009 14:35:26 -0700 |
parents | 7f747c8c9d02 |
children | 0b1766da9be8 |
rev | line source |
---|---|
16 | 1 default: all |
2 | |
35 | 3 HOST=$(shell hostname) |
4 | |
16 | 5 all: |
128
7f747c8c9d02
cleanup installed headers
Carl Byington <carl@five-ten-sg.com>
parents:
35
diff
changeset
|
6 libtoolize --force --copy |
16 | 7 aclocal |
8 autoheader | |
9 automake | |
10 autoconf | |
35 | 11 rm -rf html.internal |
12 doxygen | |
13 tar cfz libpst.html.tar.gz html.internal |