X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=1ba51f9f761e839a32c2ae92e3178cd381576a9b;hb=99c6b7129c1078cb5bbce2fff8f7dc8dd09f3354;hp=e3919eb23236d483eca3fbafec78375da5e9b621;hpb=cfb05b55be019fa8ebfb700cfefa0abe87a40159;p=uffi.git diff --git a/Makefile b/Makefile index e3919eb..1ba51f9 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.34 2002/04/07 08:09:17 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.35 2002/04/07 09:06:42 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -15,7 +15,7 @@ PKG=uffi -.PHONY: all clean realclean doc tagcvs dist +.PHONY: all clean realclean distdoc tagcvs dist wwwdist all: @@ -28,7 +28,7 @@ clean: realclean: clean @find . -type f -name "#*" -or -name \*~ -exec rm {} \; -doc: +distdoc: $(MAKE) -C doc dist-doc VERSION=$(shell cat VERSION) @@ -45,7 +45,7 @@ tagcvs: cvs -q rtag -d $(TAG) $(PKG) cvs -q tag -F $(TAG) -dist: realclean docs tagcvs +dist: realclean distdoc tagcvs @rm -rf $(DISTDIR) $(DIST_TARBALL) $(DIST_ZIP) @mkdir $(DISTDIR) @cp -a $(SOURCE_FILES) $(DISTDIR) @@ -63,3 +63,5 @@ dist: realclean docs tagcvs @zip -rq $(DIST_ZIP) $(DISTDIR) @rm -r $(DISTDIR) +wwwdist: dist + ./copy