From 24fd86ebb1da93bc4ef42c344b0f0dcac3a14d3c Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 16 Nov 2007 18:47:49 +0000 Subject: [PATCH] from the tarball removed all contribs, they used to weight more than 1MB and were not compiled nor installed --- Makefile | 7 ++++++- configure.ac | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 94993fd97..2f19a7523 100644 --- 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 diff --git a/configure.ac b/configure.ac index 8ca52e37c..a20df9d4c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.2