view Makefile.cvs @ 153:0b1766da9be8

use AM_ICONV for better portability of the library location. structure renaming to be more specific.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 12 Mar 2009 15:17:32 -0700
parents 7f747c8c9d02
children 03fbb0269f3c
line wrap: on
line source

default: all

HOST=$(shell hostname)

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