X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=aff1142bb47b39a39ec3c6bce5838c4dd6d3f49f;hb=40314c219af7f3c1117836a66f4028a52704437d;hp=f8fd660361f2d58fbae2c35d5914733e7985f8ea;hpb=192193db6e4fbda90a840474d4aa2e8762597927;p=uffi.git diff --git a/Makefile b/Makefile index f8fd660..aff1142 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.1 2002/03/09 19:55:33 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.5 2002/03/10 00:11:47 kevin Exp $ # # Copyright (c) 2002 by Kevin M. Rosenberg # @@ -38,17 +38,17 @@ realclean: clean @find . -type f -name \*~ -exec rm {} \; @find . -type f -name "#*#" -exec rm {} \; -doc: - (cd doc; make dist-doc) +docs: + @(cd doc; make dist-doc) -VERSION=0.1.1 +VERSION=0.1.3 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip SOURCE_FILES=src doc examples Makefile COPYING COPYRIGHT README \ INSTALL uffi.lsm ChangeLog NEWS -dist: realclean doc +dist: realclean docs @rm -fr ${DISTDIR} ${DIST_TARBALL} ${DIST_ZIP} @mkdir ${DISTDIR} @cp -a ${SOURCE_FILES} ${DISTDIR}