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