view Makefile.cvs @ 407:24871e6cdd69

Stuart C. Naifeh - fix rfc2231 encoding when saving messages to both .eml and msg formats
author Carl Byington <carl@five-ten-sg.com>
date Sat, 27 Mar 2021 14:53:01 -0700
parents 3cbda103e0ef
children
line wrap: on
line source

default: all

HOST=$(shell hostname)

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