view 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
line wrap: on
line source

default: all

HOST=$(shell hostname)

all:
	libtoolize --force --copy
	aclocal
	autoheader
	automake
	autoconf
	rm -rf html.internal
	doxygen
	tar cfz libpst.html.tar.gz html.internal