X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=36654b1357a05f3a64e7730579286f3f7d7a0290;hb=ec07e5f531881131a95aa16270cda91beecb51e5;hp=591bec450a7d569316c92df00966cba388f3711b;hpb=98cd87fdb8dfbc35e501412ba16f57dbd6c8bf8a;p=uffi.git diff --git a/Makefile b/Makefile index 591bec4..36654b1 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.49 2002/05/05 11:35:54 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.50 2002/05/13 03:24:46 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -42,16 +42,5 @@ doc: .PHONY: dist dist: clean $(MAKE) -C doc $@ - @./make-dist.sh -.PHONY: wwwdist -wwwdist: dist - @./copy - - -.PHONY: freeze -freeze: - @echo tagging with frozen tag - cvs -q rtag -d frozen uffi - cvs -q tag -F frozen .