annotate Makefile.cvs @ 142:2189a6b8134e

improve character set handling - don't try to convert utf-8 to single byte for fields that were not originally unicode. if the conversion fails, leave the data in utf-8.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 23 Feb 2009 20:40:51 -0800
parents 7f747c8c9d02
children 0b1766da9be8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 default: all
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
3 HOST=$(shell hostname)
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
4
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
5 all:
128
7f747c8c9d02 cleanup installed headers
Carl Byington <carl@five-ten-sg.com>
parents: 35
diff changeset
6 libtoolize --force --copy
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
7 aclocal
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
8 autoheader
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
9 automake
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
10 autoconf
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
11 rm -rf html.internal
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
12 doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
13 tar cfz libpst.html.tar.gz html.internal