From 99c6b7129c1078cb5bbce2fff8f7dc8dd09f3354 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 7 Apr 2002 09:06:42 +0000 Subject: [PATCH] r1761: *** empty log message *** --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.34.1