view Makefile.cvs @ 410:5fd1ca9302f7 default tip

Added tag stable-0-6-76 for changeset 1c458f13d1d3
author Carl Byington <carl@five-ten-sg.com>
date Sat, 27 Mar 2021 17:13:19 -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