view Makefile.cvs @ 403:6c69b56d7173

merge fedora spec comments
author Carl Byington <carl@five-ten-sg.com>
date Thu, 26 Mar 2020 10:49:15 -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