X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=ef5af4da22d34ed311ca898e0f41da941fae1f6b;hb=3fdee3eb974bf302aa7d7fce542b70073b28d4a9;hp=eec3c379847361aca7abf529d48c8a8827c31d5a;hpb=a08ecef939472cb70d1c8a10450648bea57b0b77;p=uffi.git diff --git a/Makefile b/Makefile index eec3c37..ef5af4d 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.46 2002/04/28 09:48:08 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -52,9 +52,9 @@ doc: $(MAKE) -C doc .PHONY: dist -dist: distclean +dist: clean $(MAKE) -C doc $@ - @make-dist.sh + @./make-dist.sh .PHONY: wwwdist wwwdist: dist