]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/template_makefile.in
added generation of the .dot version of development dependencies
[helm.git] / matita / template_makefile.in
index 726196373fc23a4567b474af8c47bd3698977716..7c5a40b31381736ce69c7cbab4f668ccf30f4be7 100644 (file)
@@ -26,7 +26,8 @@ clean:
        fi
 
 @DEPFILE@ : $(SRC)
-       $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@ 2>@DEPFILE@.errors \
+       $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' -dot @DEPFILE@.dot $^ \
+               1> @DEPFILE@ 2>@DEPFILE@.errors \
                || (echo;cat @DEPFILE@.errors;echo;rm @DEPFILE@;false)
 
 # this is the depend for full targets like: