Mercurial > libpst
annotate Makefile.cvs @ 391:f2742d1160a4
Fix usage of indefinite articles
Suggested-by: anorack
author | Paul Wise <pabs3@bonedaddy.net> |
---|---|
date | Sat, 21 Dec 2019 21:25:45 +0800 |
parents | f1f9920cc7b1 |
children | 3cbda103e0ef |
rev | line source |
---|---|
16 | 1 default: all |
2 | |
35 | 3 HOST=$(shell hostname) |
4 | |
16 | 5 all: |
386 | 6 autopoint |
128
7f747c8c9d02
cleanup installed headers
Carl Byington <carl@five-ten-sg.com>
parents:
35
diff
changeset
|
7 libtoolize --force --copy |
153
0b1766da9be8
use AM_ICONV for better portability of the library location.
Carl Byington <carl@five-ten-sg.com>
parents:
128
diff
changeset
|
8 aclocal -I m4 |
16 | 9 autoheader |
302
507a42e3c48e
allow automake to add missing files
Carl Byington <carl@five-ten-sg.com>
parents:
183
diff
changeset
|
10 automake --add-missing |
16 | 11 autoconf |
183 | 12 ./configure >/dev/null |
181 | 13 rm -rf html.internal |
14 doxygen | |
15 tar cfz libpst.html.tar.gz html.internal |