r1576: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 15 Mar 2002 19:25:58 +0000 (19:25 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 15 Mar 2002 19:25:58 +0000 (19:25 +0000)
Makefile

index e2791ee5e2072601f3a2f2871d45094c4c18decd..0ed45634385dde29d4b4fa8838241dc96a40f345 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.16 2002/03/15 11:41:19 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.17 2002/03/15 19:25:58 kevin Exp $
 #
 # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -43,6 +43,7 @@ dist: realclean docs
        @mkdir ${DISTDIR}
        @cp -a ${SOURCE_FILES} ${DISTDIR}
        @find ${DISTDIR} -type d -name CVS |xargs rm -rf
+       @find ${DISTDIR} -type f -name .cvsignore |xargs rm -rf
        @tar czf ${DIST_TARBALL} ${DISTDIR}
        @find ${DISTDIR} -type f -exec unix2dos -q {} \;
        @zip -rq ${DIST_ZIP} ${DISTDIR}