view Makefile.cvs @ 170:0e1e048716e4

fix bug where we failed to pickup the last extended attribute. patch from Emmanuel Andry to fix potential security bug in pst2dii with printf(err).
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Mar 2009 14:34:26 -0700
parents 03fbb0269f3c
children 265c7a65b75b
line wrap: on
line source

default: all

HOST=$(shell hostname)

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