summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 19:25:44 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 19:25:44 +0200
commitfa76f542d750b3feef1c43ce4e72e9bf20ac4154 (patch)
treee74586511fde82583e681806c0ba1cde474e2a9e /Makefile
parent29571234614ef11c8b2ff57588c4b5774fe3c55f (diff)
downloadluatexbase-fa76f542d750b3feef1c43ce4e72e9bf20ac4154.tar.gz
Change lua file names, using new loader.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2425163..9e40e38 100644
--- a/Makefile
+++ b/Makefile
@@ -5,16 +5,16 @@ 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 luatexbase.modutils.lua
+MOD_RUN = luatexbase-modutils.sty modutils.lua
# Files grouped by generation mode
UNPACKED_MCB = luamcallbacks.lua \
test-callbacks-latex.tex test-callbacks-plain.tex
UNPACKED_REGS = luatexbase-regs.sty \
test-regs-plain.tex test-regs-latex.tex
-UNPACKED_ATTR = luatexbase-attr.sty luatexbase.attr.lua \
+UNPACKED_ATTR = luatexbase-attr.sty attr.lua \
test-attr-plain.tex test-attr-latex.tex
-UNPACKED_CCTB = luatexbase-cctb.sty luatexbase.cctb.lua \
+UNPACKED_CCTB = luatexbase-cctb.sty cctb.lua \
test-cctb-plain.tex test-cctb-latex.tex
UNPACKED_LOADER = $(LOADER_RUN) \
test-loader-plain.tex test-loader-latex.tex