summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-01-13 21:46:57 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-01-14 00:06:21 +0100
commit5371f0f66156ed89d27bf69246f60ee8b83b4172 (patch)
treeee65b1a6f5ea64821fe38c2bed19220d37c2af1e /Makefile
parentf63af9a552cf853b4fa622750ffbf749cd333533 (diff)
downloadluatexbase-5371f0f66156ed89d27bf69246f60ee8b83b4172.tar.gz
Make registers extension work with Plain.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e12100c..5b82524 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ DOC = $(patsubst %.dtx, %.pdf, $(DTX))
# Files grouped by generation mode
UNPACKED_MCB = luamcallbacks-test.tex luamcallbacks.lua
-UNPACKED_REGS = luatexbase-regs.sty luatexbase-regs-latex.tex \
+UNPACKED_REGS = luatexbase-regs.sty \
test-regs-plain.tex test-regs-latex.tex
UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS)
COMPILED = $(DOC)
@@ -59,7 +59,7 @@ $(UNPACKED_REGS): luatexbase-regs.dtx
$(DO_TEX)
check-regs: $(UNPACKED_REGS)
- #luatex --interaction=batchmode test-regs-latex.tex >/dev/null
+ luatex --interaction=batchmode test-regs-plain.tex >/dev/null
lualatex --interaction=batchmode test-regs-latex.tex >/dev/null
$(CTAN_ZIP): $(SOURCE) $(COMPILED) $(TDS_ZIP)