From: Claudio Sacerdoti Coen Date: Thu, 27 Dec 2018 13:02:54 +0000 (+0100) Subject: make dist repaired X-Git-Tag: make_still_working~229^2~1^2~9 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=7f8e7a37cb0eca344399a51c85db5e5d2984a43b make dist repaired - svn export => git archive --- diff --git a/matita/Makefile b/matita/Makefile index 35ff6ad59..208091758 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -93,8 +93,8 @@ dist_pre: dist_export: dist/configure rm -rf $(DISTDIR) mkdir $(DISTDIR) - svn export components $(DISTDIR)/components - svn export matita $(DISTDIR)/matita + git archive matita-lablgtk3 components | tar -x -C $(DISTDIR) + git archive matita-lablgtk3 matita | tar -x -C $(DISTDIR) (cd $(DISTDIR) && find . -name .depend -exec rm \{\} \;) (cd $(DISTDIR) && find . -name .depend.opt -exec rm \{\} \;) (cd $(DISTDIR) && rm -rf $(CLEAN_ON_DIST))