]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/test/Makefile
- support fof global alpha-conversion with hyperlinks
[helm.git] / matita / components / binaries / matex / test / Makefile
index 00db5d1937a68842b05c7c93e679668b92bee612..cb19e9a6d290e9797dd69eac37180229341202f0 100644 (file)
@@ -6,7 +6,7 @@ UNLOG  = ./unlog.pl
 
 MAIN = test
 
-SOURCES = $(shell cat Make) $(shell cat Make.objs)
+SOURCES = $(shell cat Make) $(shell cat Make.srcs)
 
 all: $(MAIN).dvi 
 
@@ -38,4 +38,4 @@ $(MAIN).tar: $(MAIN).log
        $(UNLOG) $< $@
 
 objs.tex:
-       @sed "s/\(.*\).tex/\\\\input{\1}/" Make.objs > $@
+       @sed "s/\(.*\).tex/\\\\input{\1}/" Make.srcs > $@