X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=06856d983f7a675c322c1883dd693152e522094c;hb=de8fba51c339518b79a06292eaef1d8cbb876fba;hp=eec3c379847361aca7abf529d48c8a8827c31d5a;hpb=a08ecef939472cb70d1c8a10450648bea57b0b77;p=uffi.git diff --git a/Makefile b/Makefile index eec3c37..06856d9 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.44 2002/04/28 08:19:55 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.47 2002/04/28 09:59:07 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -14,6 +14,7 @@ # (http://opensource.franz.com/preamble.html), also known as the LLGPL. PKG:=uffi +DEBPKG=cl-uffi SUBDIRS:= examples src benchmarks DOCSUBDIRS:=doc @@ -52,9 +53,9 @@ doc: $(MAKE) -C doc .PHONY: dist -dist: distclean +dist: clean $(MAKE) -C doc $@ - @make-dist.sh + @./make-dist.sh .PHONY: wwwdist wwwdist: dist @@ -67,4 +68,8 @@ freeze: cvs -q rtag -d frozen uffi cvs -q tag -F frozen . +.PHONY: cleandists +cleandists: + @rm -rf ../${PKG}-*.tar.gz ../${PKG}-*.zip + @rm -rf ../$(DEBPKG)_*gz ../${DEBPKG}*.changes ../${DEBPKG}*.deb ../${DEBPKG}*.dsc