X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Ftest%2FMakefile;h=00db5d1937a68842b05c7c93e679668b92bee612;hb=5791ee6b64136ecb0a727e32997b33f4bfab2c31;hp=703cbc8fb6ee1d7e6eab2ec04f8471979a081a7a;hpb=709537efda53c6189ed3e3e9877f1f93ac6d512a;p=helm.git diff --git a/matita/components/binaries/matex/test/Makefile b/matita/components/binaries/matex/test/Makefile index 703cbc8fb..00db5d193 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.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 > $@