X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=1d1bf059277ad77af5f038b0e3f824181eff2a59;hb=d542c08a7adad816d6378fd6c80f62547033b866;hp=1bbe7bc7ae844863a90f70a6f4fc685922130b58;hpb=8c67076cc94d7f121055288647042003d3ccd4e7;p=uffi.git diff --git a/Makefile b/Makefile index 1bbe7bc..1d1bf05 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.30 2002/04/01 17:16:15 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.31 2002/04/06 19:23:04 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -46,6 +46,11 @@ dist: realclean docs -name \*.log -or -name \*.out -or -name \*.dvi -or \ -name \*~ -or -name \*.ps -exec rm {} \; @tar czf $(DIST_TARBALL) $(DISTDIR) - @find $(DISTDIR) -type f -exec unix2dos -q {} \; + @find $(DISTDIR) -type f -and -name \*.cl -or -name \*.list -or \ + -name \*.system -or -name Makefile -or -name ChangeLog -or \ + -name COPYRIGHT -or -name TODO -or -name README -or -name INSTALL \ + -or -name NEWS -or -name \*.sgml -or -name COPYING\* -or -name catalog \ + | xargs unix2dos -q @zip -rq $(DIST_ZIP) $(DISTDIR) @rm -r $(DISTDIR) +