X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=f43cf4d8982f816798e1952caa66e7c589ade942;hb=54de0ff398a996c976d053d5b56b46f0a44d3e23;hp=bb6d7b6c6db8eb23e035cb1c14efbd7e73639953;hpb=bf5c7e7c36474375604bcbcedea8794a68dd1784;p=uffi.git diff --git a/Makefile b/Makefile index bb6d7b6..f43cf4d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.12 2002/03/14 21:03:12 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.25 2002/03/19 16:42:58 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -31,11 +31,11 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.2.3 +VERSION=0.2.10 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip -SOURCE_FILES=src doc examples Makefile COPYING COPYRIGHT README \ +SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README TODO \ INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl dist: realclean docs @@ -43,6 +43,7 @@ dist: realclean docs @mkdir ${DISTDIR} @cp -a ${SOURCE_FILES} ${DISTDIR} @find ${DISTDIR} -type d -name CVS |xargs rm -rf + @find ${DISTDIR} -type f -name .cvsignore |xargs rm -rf @tar czf ${DIST_TARBALL} ${DISTDIR} @find ${DISTDIR} -type f -exec unix2dos -q {} \; @zip -rq ${DIST_ZIP} ${DISTDIR}