X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=Makefile;h=763758be50de2a717378214618640aaa129266aa;hp=e5159ccce9de6aa403415a4160381057cbeeef25;hb=85bea951e6119321ee7ed5c533a73f7261570d90;hpb=ca6fc372dac273f6d61f1deaddf96d077cb1c47f diff --git a/Makefile b/Makefile index e5159cc..763758b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.12 2002/04/07 09:24:22 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.13 2002/04/07 09:26:20 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -15,7 +15,7 @@ PKG=clsql -.PHONY: all libs clean distclean doc tagcvs dist +.PHONY: all libs clean distclean doc tagcvs dist wwwdist SUBDIRS=interfaces/mysql interfaces/clsql-uffi .PHONY: subdirs $(SUBDIRS) @@ -68,3 +68,6 @@ dist: distclean tagcvs | xargs unix2dos -q @zip -rq $(DIST_ZIP) $(DISTDIR) @rm -r $(DISTDIR) + +wwwdist: dist + @./copy