]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/Makefile
make dist repaired
[helm.git] / matita / Makefile
index 35ff6ad596590fb6bb26a432cabf8080fa3dc5e8..208091758bd368c9e6e49fe1fe09af79f3bfeb8c 100644 (file)
@@ -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))