From: Stefano Zacchiroli Date: Fri, 3 Feb 2006 15:45:12 +0000 (+0000) Subject: ported to the new svn architecture X-Git-Tag: make_still_working~7643 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c1850635a5915a9e45e469e5cb433f3cd20e454a;hp=61ba0c2fdf684d7b0bcc7b75b3552a0023f5d875;p=helm.git ported to the new svn architecture --- diff --git a/helm/software/Makefile b/helm/software/Makefile index 30ca291c7..6daf814f6 100644 --- a/helm/software/Makefile +++ b/helm/software/Makefile @@ -1,7 +1,7 @@ include Makefile.defs -SUBDIRS = libs matita +SUBDIRS = components matita all: $(foreach d,$(SUBDIRS),all.$(d)) opt: $(foreach d,$(SUBDIRS),opt.$(d)) @@ -25,7 +25,7 @@ BASENAME = matita NULL = DISTDIR = $(BASENAME)-$(MATITA_VERSION) CLEAN_ON_DIST = \ - ocaml/license \ + components/license \ $(NULL) EXTRA_DIST = \ dist/AUTHORS \ @@ -48,11 +48,10 @@ dist_autotools: dist_export: rm -rf $(DISTDIR) mkdir $(DISTDIR) - svn export ocaml $(DISTDIR)/ocaml + svn export components $(DISTDIR)/components svn export matita $(DISTDIR)/matita (cd $(DISTDIR) && rm -f $(CLEAN_ON_DIST)) ln -fs matita.conf.xml.user $(DISTDIR)/matita/matita.conf.xml - mv $(DISTDIR)/ocaml $(DISTDIR)/libs cp -r $(EXTRA_DIST) $(DISTDIR) dist_mktarball: