view Makefile.cvs @ 352:09dd5299d91c

Added Content-ID header support
author Igor Stroh <igor.stroh@rulim.de>
date Thu, 17 Dec 2015 12:03:44 +0100
parents 507a42e3c48e
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