X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2FMakefile;h=aa93232109482c5ed0a315e9a72c8003e57c8608;hb=538c5526a6b3c3af44f92c9cc67d82f28995da96;hp=aa73b16474af712640bf0c9a2a74aa3a4d867a1a;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/Makefile b/matita/Makefile index aa73b1647..aa9323210 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -38,7 +38,7 @@ install: install-indep install-arch uninstall: $(foreach d,$(SUBDIRS),rec@uninstall@$(d)) rec@%: - $(MAKE) -C $(word 2, $(subst @, ,$*)) $(word 1, $(subst @, ,$*)) DESTDIR=$(shell pwd)/$(DESTDIR) + $(MAKE) -C $(word 2, $(subst @, ,$*)) $(word 1, $(subst @, ,$*)) DESTDIR=$(DESTDIR) # {{{ Distribution stuff @@ -56,6 +56,13 @@ CLEAN_ON_DIST = \ components/license \ matita/TPTP/ \ matita/contribs/ \ + components/binaries/matitaprover/benchmarks/ \ + matita/library/ \ + matita/nlibrary/ \ + matita/scripts/ \ + matita/tests/ \ + matita/lib/lambdaN/ \ + matita/lib/lambda/ \ $(NULL) EXTRA_DIST = \ matita/AUTHORS \