From f78bfeb6a9d2c5e7ce7e7cf40af76cf3ad517a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 29 Mar 2010 16:57:52 +0200 Subject: Rename luamcallbacks. --- Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8194e77..31a6841 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,12 @@ DTXSTY = lltxb-dtxstyle.tex COMPAT_RUN = luatexbase-compat.sty LOADER_RUN = luatexbase-loader.sty luatexbase.loader.lua MOD_RUN = luatexbase-modutils.sty modutils.lua -LINKS = luatexbase.attr.lua luatexbase.cctb.lua luatexbase.modutils.lua +LINKS = luatexbase.attr.lua luatexbase.cctb.lua \ + luatexbase.mcb.lua luatexbase.modutils.lua # Files grouped by generation mode -UNPACKED_MCB = luamcallbacks.lua \ - test-callbacks-latex.tex test-callbacks-plain.tex +UNPACKED_MCB = mcb.lua \ + test-mcb-latex.tex test-mcb-plain.tex UNPACKED_REGS = luatexbase-regs.sty \ test-regs-plain.tex test-regs-latex.tex UNPACKED_ATTR = luatexbase-attr.sty attr.lua \ @@ -76,7 +77,7 @@ world: all ctan luatexbase.%.lua: %.lua ln -sf $< $@ -$(UNPACKED_MCB): luamcallbacks.dtx +$(UNPACKED_MCB): luatexbase-mcb.dtx $(DO_TEX) $(UNPACKED_REGS): luatexbase-regs.dtx @@ -118,8 +119,8 @@ check-modutils: $(UNPACKED_MODUTILS) $(LOADER_RUN) $(LINKS) $(COMPAT_RUN) lualatex --interaction=batchmode test-modutils-latex.tex >/dev/null check-mcb: $(UNPACKED_MCB) $(LOADER_RUN) $(MOD_RUN) $(LINKS) $(COMPAT_RUN) - luatex --interaction=batchmode test-callbacks-plain.tex >/dev/null - lualatex --interaction=batchmode test-callbacks-latex.tex >/dev/null + luatex --interaction=batchmode test-mcb-plain.tex >/dev/null + lualatex --interaction=batchmode test-mcb-latex.tex >/dev/null check-compat: $(UNPACKED_COMPAT) luatex --interaction=batchmode test-compat-plain.tex >/dev/null -- cgit v1.2.3