r1577: *** empty log message ***
[uffi.git] / Makefile
index 41ac5b3b8d7d4fd88716c1024acdad2db353b6fa..5cd436d463fce9f2a25c633e263a51dc36b3bf5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,24 +5,14 @@
 #  Programer:    Kevin M. Rosenberg, M.D.
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.11 2002/03/11 18:00:57 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.18 2002/03/15 19:26:11 kevin Exp $
 #
-#  Copyright (c) 2002 by Kevin M. Rosenberg
+# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
-#  This file is part of UFFI.
-#
-#  UFFI is free software; you can redistribute it and/or modify
-#  it under the terms of the GNU General Public License (version 2) as
-#  published by the Free Software Foundation.
-#
-#  UFFI is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with UFFI; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# UFFI users are granted the rights to distribute and use this software
+# as governed by the terms of the Lisp Lesser GNU Public License
+# (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+
 
 all: nothing
 
@@ -41,11 +31,11 @@ realclean: clean
 docs:
        @(cd doc; make dist-doc)
 
-VERSION=0.2.3
+VERSION=0.2.7
 DISTDIR=uffi-${VERSION}
 DIST_TARBALL=${DISTDIR}.tar.gz
 DIST_ZIP=${DISTDIR}.zip
-SOURCE_FILES=src doc examples Makefile COPYING COPYRIGHT README \
+SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README \
         INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl
 
 dist: realclean docs
@@ -53,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}