X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Ftest%2FMakefile;h=cb19e9a6d290e9797dd69eac37180229341202f0;hb=2fa001c86e37c76c840122655cb4ffba8bb30cad;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..cb19e9a6d 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) 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 > $@