]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/Makefile
- wrong version of drop was used in four places
[helm.git] / matita / matita / contribs / lambdadelta / Makefile
index 10b7261cf5b90799bf5424380b355e53cd8ef081..2945fc62c91d5e43d9a1e8d910f116af0557afeb 100644 (file)
@@ -30,7 +30,9 @@ PRB_OPTS     := $(XOA_OPTS) -g
 ORIG         := . ./orig.sh 
 ORIGS        := basic_2/basic_1.orig
 
-TAGS := all xoa xoa2 orig elim deps top leaf stats tbls trim
+CONTRIB      := lambdadelta_2
+
+TAGS := all xoa xoa2 orig elim deps top leaf stats tbls trim contrib
 
 PACKAGES := ground_2 basic_2 apps_2
 
@@ -191,7 +193,7 @@ define SUMMARY_TEMPLATE
        @printf '  SUMMARY $(1)\n'
        @printf 'name "$$(basename $$(@F))"\n\n'                >  $$@
        @printf 'table {\n'                                     >> $$@
-       @printf '   class "grey"   [ "category"\n'              >> $$@
+       @printf '   class "gray"   [ "category"\n'              >> $$@
        @printf '      [ "objects" * ]\n'                       >> $$@
        @printf '   ]\n'                                        >> $$@
        @printf '   class "cyan"   [ "sizes"\n'                 >> $$@
@@ -233,6 +235,12 @@ TRIMS := $(MAS) $(TBLS) $(LDWS)
 
 trim: $(TRIMS:%=%.trimmed)
 
+# contrib ####################################################################
+
+contrib:
+       @echo "  TAR -czf $(CONTRIB).tar.gz root *.ma"
+       $(H)tar -czf $(CONTRIB).tar.gz root $(MAS)
+
 ##############################################################################
 
 .PHONY: $(TAGS)