From 7f8e7a37cb0eca344399a51c85db5e5d2984a43b Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 27 Dec 2018 14:02:54 +0100 Subject: [PATCH] make dist repaired - svn export => git archive --- matita/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.39.2