X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=595ea92fd25b40505fc4ccae6136e420aa3993a1;hb=70d0766a9e4be455a3487c5ba6fabe94a1f6294f;hp=591bec450a7d569316c92df00966cba388f3711b;hpb=bc839144f5c7b0ca07b127fff3ed1dd146b98ac8;p=uffi.git diff --git a/Makefile b/Makefile index 591bec4..595ea92 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$ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -42,16 +42,8 @@ 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 . +.PHONY: TAGS +TAGS: + if [ -f TAGS ]; then mv -f TAGS TAGS~; fi + find . -name \*.lisp -exec /usr/bin/etags -a \{\} \;