]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/Makefile
notation support fixed to parentesize in a more sane way and
[helm.git] / helm / software / Makefile
index 94993fd977c71ea0154056c7c0ca11b7b9f04d5f..ce51f175b2f184f6d6d1d80d36b781f8d9917c6f 100644 (file)
@@ -54,6 +54,8 @@ NULL =
 DISTDIR = $(BASENAME)-$(MATITA_VERSION)
 CLEAN_ON_DIST =                \
        components/license      \
+       matita/TPTP/            \
+       matita/contribs/        \
        $(NULL)
 EXTRA_DIST =                   \
        matita/AUTHORS          \
@@ -89,7 +91,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