]> matita.cs.unibo.it Git - helm.git/commitdiff
from the tarball removed all contribs, they used to weight more than 1MB
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 16 Nov 2007 18:47:49 +0000 (18:47 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 16 Nov 2007 18:47:49 +0000 (18:47 +0000)
and were not compiled nor installed

Makefile
configure.ac

index 94993fd977c71ea0154056c7c0ca11b7b9f04d5f..2f19a75239a319b733934251d99ec792170a3831 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,10 @@ NULL =
 DISTDIR = $(BASENAME)-$(MATITA_VERSION)
 CLEAN_ON_DIST =                \
        components/license      \
+       matita/TPTP/    \
+       matita/dama/    \
+       matita/contribs/        \
+       matita/library_auto/    \
        $(NULL)
 EXTRA_DIST =                   \
        matita/AUTHORS          \
@@ -89,7 +93,8 @@ dist_export: dist/configure
        svn export components $(DISTDIR)/components
        svn export matita $(DISTDIR)/matita
        (cd $(DISTDIR) && find . -name .depend -exec rm \{\} \;)
-       (cd $(DISTDIR) && rm -f $(CLEAN_ON_DIST))
+       (cd $(DISTDIR) && find . -name .depend.opt -exec rm \{\} \;)
+       (cd $(DISTDIR) && rm -rf $(CLEAN_ON_DIST))
        cp $< $(DISTDIR)/configure
        cp -r $(EXTRA_DIST) $(DISTDIR)
        cp -r $(EXTRA_DIST_matita) $(DISTDIR)/matita
index 8ca52e37cfb9bcbd525640242dfb69bd0930339b..a20df9d4c53e35930fb7a5be5d1a38fbd1558cad 100644 (file)
@@ -5,7 +5,7 @@ AC_INIT(matita/matitaTypes.ml)
 DEBUG_DEFAULT="true"
 DEFAULT_DBHOST="mysql://mowgli.cs.unibo.it"
 RT_BASE_DIR_DEFAULT="`pwd`/matita"
-MATITA_VERSION="0.4.96"
+MATITA_VERSION="0.4.97"
 DISTRIBUTED="no"  # "yes" for distributed tarballs
 # End of distribution settings