Mercurial > libpst
comparison Makefile.cvs @ 35:b2f247463b83 stable-0-5-6
better decoding of 7c blocks
author | carl |
---|---|
date | Sun, 15 Jul 2007 14:25:34 -0700 |
parents | c508ee15dfca |
children | 7f747c8c9d02 |
comparison
equal
deleted
inserted
replaced
34:07177825c91b | 35:b2f247463b83 |
---|---|
1 default: all | 1 default: all |
2 | |
3 HOST=$(shell hostname) | |
2 | 4 |
3 all: | 5 all: |
4 aclocal | 6 aclocal |
5 autoheader | 7 autoheader |
6 automake | 8 automake |
7 autoconf | 9 autoconf |
8 | 10 rm -rf html.internal |
11 doxygen | |
12 tar cfz libpst.html.tar.gz html.internal |