X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=0ed45634385dde29d4b4fa8838241dc96a40f345;hb=36173c5c79784d0fed5a85334611426c7991de38;hp=4ac6c409acacdee7dee54219d7949eb438c166e6;hpb=4dad9a2d968de896ec97c7470620ab921fcf275f;p=uffi.git diff --git a/Makefile b/Makefile index 4ac6c40..0ed4563 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.17 2002/03/15 19:25:58 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -31,7 +31,7 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.2.5 +VERSION=0.2.6 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip @@ -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}