view Makefile.cvs @ 402:37cd2aea5d4a

update x_python.m4 to detect python 3.9
author Carl Byington <carl@five-ten-sg.com>
date Thu, 26 Mar 2020 09:22:43 -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