view Makefile.cvs @ 312:b7f79da5fd55

bump version numbers
author Carl Byington <carl@five-ten-sg.com>
date Thu, 06 May 2010 13:32:17 -0700
parents 97c53c6868ab
children f1f9920cc7b1
line wrap: on
line source

default: all

HOST=$(shell hostname)

all:
	libtoolize --force --copy
	aclocal -I m4
	autoheader
	automake --add-missing
	autoconf
	./configure >/dev/null
	rm -rf html.internal
	doxygen
	tar cfz libpst.html.tar.gz html.internal