From 4f7874b84155e92331b205415dbd3b64dd9b77fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sun, 28 Mar 2010 20:54:13 +0200 Subject: Adapt Makefile for testing with new loader. --- Makefile | 5 ++++- TODO | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9e40e38..e342741 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DTX = $(wildcard *.dtx) DOC = $(patsubst %.dtx, %.pdf, $(DTX)) DTXSTY = lltxb-dtxstyle.tex LOADER_RUN = luatexbase-loader.sty luatexbase.loader.lua -MOD_RUN = luatexbase-modutils.sty modutils.lua +MOD_RUN = luatexbase-modutils.sty luatexbase.modutils.lua # Files grouped by generation mode UNPACKED_MCB = luamcallbacks.lua \ @@ -65,6 +65,9 @@ world: all ctan $(DO_PDFLATEX) $(DO_PDFLATEX) +luatexbase.%.lua: %.lua + ln -s $< $@ + $(UNPACKED_MCB): luamcallbacks.dtx $(DO_TEX) diff --git a/TODO b/TODO index df326e0..0ff0e2a 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,6 @@ general ------- - check for user macros starting with \luatex -- problems for testing since the loader changed. review Makefile compat ------ -- cgit v1.2.3