X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=8191f53ef19f927f8490db8b6859592836b95fd2;hb=c55832db4eb5a0535762f291674b3b26d288ad17;hp=4ac6c409acacdee7dee54219d7949eb438c166e6;hpb=4dad9a2d968de896ec97c7470620ab921fcf275f;p=uffi.git diff --git a/Makefile b/Makefile index 4ac6c40..8191f53 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.14 2002/03/14 21:32:23 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.26 2002/03/21 07:56:45 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.5 +VERSION=0.2.11 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip -SOURCE_FILES=src doc examples Makefile uffi.system 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}