X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2FMakefile;h=99570786ce5a12e3b837ee9ff597dbe22bd9ea3a;hb=c78a913e4e45c1128b59ca8be9d53fc0c36fc9e0;hp=94993fd977c71ea0154056c7c0ca11b7b9f04d5f;hpb=0311d53e418a2f82b47d08ecd7157bc6ecc81732;p=helm.git diff --git a/helm/software/Makefile b/helm/software/Makefile index 94993fd97..99570786c 100644 --- a/helm/software/Makefile +++ b/helm/software/Makefile @@ -54,6 +54,12 @@ NULL = DISTDIR = $(BASENAME)-$(MATITA_VERSION) CLEAN_ON_DIST = \ components/license \ + matita/TPTP/ \ + matita/dama/ \ + matita/dama_didactic/ \ + matita/library/freescale/ \ + matita/contribs/ \ + matita/library_auto/ \ $(NULL) EXTRA_DIST = \ matita/AUTHORS \ @@ -89,7 +95,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