X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Ftest%2FMakefile;h=fe3b021c7e5d0130e2a776b439d24ef32614d315;hb=0e2836b432e8d1a10262836e160a5dd3cfb82c1e;hp=703cbc8fb6ee1d7e6eab2ec04f8471979a081a7a;hpb=4c9f301eac51fa478fb057f21f79f7f9341eab63;p=helm.git diff --git a/matita/components/binaries/matex/test/Makefile b/matita/components/binaries/matex/test/Makefile index 703cbc8fb..fe3b021c7 100644 --- a/matita/components/binaries/matex/test/Makefile +++ b/matita/components/binaries/matex/test/Makefile @@ -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 > $@