From fa49bb8be65bf434f277be6a833d4c6ebbd5a34b Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 13 Jun 2006 09:54:21 +0000 Subject: [PATCH] recursive invocation of distr_pre --- matita/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/matita/Makefile b/matita/Makefile index af7445047..a317e78e1 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -224,6 +224,9 @@ dist_library@%: endif +dist_pre: + $(MAKE) -C dist/ dist_pre + DESTDIR = $(RT_BASE_DIR) INSTALL_STUFF = \ icons/ \ -- 2.39.2