X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2FMakefile;h=e177cc077967d375ca860953520d491300444665;hb=d03e9fa5ea709a937148a67fc115d894e5990063;hp=9212a066206e3175562201bafd832bd0b1ca7012;hpb=2fa001c86e37c76c840122655cb4ffba8bb30cad;p=helm.git diff --git a/matita/components/binaries/matex/Makefile b/matita/components/binaries/matex/Makefile index 9212a0662..e177cc077 100644 --- a/matita/components/binaries/matex/Makefile +++ b/matita/components/binaries/matex/Makefile @@ -10,16 +10,16 @@ REGISTRY = $(RT_BASE_DIR)/matita.conf.xml test/basic_1.conf.xml OBJS = Make.objs SRCS = Make.srcs -BASEURI = cic:/matita/lambdadelta/basic_1/ +DEVEL = ../../../matita/contribs/lambdadelta/basic_1/ test: test/$(SRCS) test/$(OBJS): $(REGISTRY) - @echo probe: $(BASEURI) - $(H)$(PROBE) $(REGISTRY) -g $(BASEURI) -os > $@ + @echo probe: $(DEVEL) + $(H)$(PROBE) $(REGISTRY) -g $(DEVEL) -os > $@ test/$(SRCS): test/$(OBJS) $(REGISTRY) ./matex.native @echo MaTeX: processing $< - $(H)./matex.native -O test -l $(SRCS) -p -a $(REGISTRY) `cat $<` + $(H)./matex.native -O test -l $(SRCS) -p -g -a $(REGISTRY) `cat $<` .PHONY: test