X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=cdfd876e2c9caeac5955c9ce84cf314cacdb3ad7;hb=fc85b603152cea9b5fff03fa7085cce3536b17f7;hp=a090fcb030b78b13171bbc8102cf8b9b6ad7fd82;hpb=d5d0bfb15f7a30ac5398211708f5f5d9d4a95e04;p=uffi.git diff --git a/Makefile b/Makefile index a090fcb..cdfd876 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.15 2002/03/15 11:38:13 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.22 2002/03/18 17:57:39 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.6x +VERSION=0.2.9-pre2 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}