r1742: *** empty log message ***
[uffi.git] / Makefile
index 1bbe7bc7ae844863a90f70a6f4fc685922130b58..1d1bf059277ad77af5f038b0e3f824181eff2a59 100644 (file)
--- 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)
+