]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/test/Makefile
- matex: we separate axioms (propositions) and assumptions (other)
[helm.git] / matita / components / binaries / matex / test / Makefile
index b19199965be5aa6e99e34c9674a75f7921fcc678..cb19e9a6d290e9797dd69eac37180229341202f0 100644 (file)
@@ -6,7 +6,7 @@ UNLOG  = ./unlog.pl
 
 MAIN = test
 
-SOURCES = $(shell cat Make)
+SOURCES = $(shell cat Make) $(shell cat Make.srcs)
 
 all: $(MAIN).dvi 
 
@@ -36,3 +36,6 @@ $(MAIN).pdf: $(MAIN).ps
 
 $(MAIN).tar: $(MAIN).log
        $(UNLOG) $< $@
+
+objs.tex:
+       @sed "s/\(.*\).tex/\\\\input{\1}/" Make.srcs > $@