]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/test/Makefile
- matex: notational macros for 0-ary constants
[helm.git] / matita / components / binaries / matex / test / Makefile
index 703cbc8fb6ee1d7e6eab2ec04f8471979a081a7a..fe3b021c7e5d0130e2a776b439d24ef32614d315 100644 (file)
@@ -6,7 +6,7 @@ UNLOG  = ./unlog.pl
 
 MAIN = test
 
-SOURCES = $(shell cat Make) matex.sty
+SOURCES = $(shell cat Make) $(shell cat Make.srcs) Makefile
 
 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 > $@