]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Makefile.common
- Procedural: more support for the Debug inline option (does not work yet)
[helm.git] / helm / software / matita / contribs / procedural / Makefile.common
index 92225d77d00f07406c59c65995592e45d5d80e4b..a169ea049f0882ffc6208c34a952e773bb4a9884 100644 (file)
@@ -53,3 +53,9 @@ endif
 
 mma: $(DEVEL).conf.xml clean.ma
        $(H)$(TRANSCRIPT) $(TRANSCRIPTOPTIONS) -C $(BIN) $(DEVEL)
+
+%.ts: $(DEVEL).conf.xml
+       $(H)$(BIN)matitaclean.opt $(MATITAOPTIONS) $*.ma
+       $(H)$(RM) $*.ma
+       $(H)$(TRANSCRIPT) $(TRANSCRIPTOPTIONS) -C $(BIN) $* $(DEVEL)
+