view Makefile.cvs @ 401:c1b1bbd42696

Markus Schnalke - fix from Debian for vcard version format
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Mar 2020 18:13:33 -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