]> matita.cs.unibo.it Git - helm.git/blobdiff - Makefile
Huge commit for the release. Includes:
[helm.git] / Makefile
index 6a16621dcd0c750e0c89c84510968c1cfe1192c4..5b069ddf86ccedc87c48d069a7a9a5e16d870024 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ rec@%:
 ifeq ($(DISTRIBUTED),yes)
 library: library-stamp
 library-stamp:
-       $(MAKE) -C matita/ dist_library_clean dist_library
+       $(MAKE) -C matita/ dist_library
        touch $@
 endif
 
@@ -58,7 +58,6 @@ dist_export: dist/configure
        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
        cp $< $(DISTDIR)/configure
        cp -r $(EXTRA_DIST) $(DISTDIR)
 dist_mktarball:
@@ -71,7 +70,6 @@ dist_test:
        (cd $(DISTDIR)/ \
          && ./configure \
          && $(MAKE) world \
-         && $(MAKE) library \
          && $(MAKE) install DESTDIR=`pwd`/install)
 
 .PHONY: dist dist_export dist_mktarball distcheck dist_extract dist_test dist_autotools