summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-27 02:30:41 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-27 02:30:41 +0100
commit695552b7e7619bb903bcfe61a3d4c16e156fb535 (patch)
tree602a8f0a705ae542e9b44db0815b2b039527936f
parent20fd8b85db18bc062de1b51f5d4f2305f88ca27f (diff)
downloadluatexbase-695552b7e7619bb903bcfe61a3d4c16e156fb535.tar.gz
Makefile fix and minor test improvement.
-rw-r--r--Makefile2
-rw-r--r--luatexbase-cctb.dtx2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c70f8b9..3302117 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ UNPACKED_ATTR = luatexbase-attr.sty luatexbase.attr.lua \
test-attr-plain.tex test-attr-latex.tex
UNPACKED_CCTB = luatexbase-cctb.sty luatexbase.cctb.lua \
test-cctb-plain.tex test-cctb-latex.tex
-UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS) $(UNPACKED_ATTR)
+UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS) $(UNPACKED_ATTR) $(UNPACKED_CCTB)
COMPILED = $(DOC)
GENERATED = $(COMPILED) $(UNPACKED)
SOURCE = $(DTX) $(DTXSTY) README TODO Changes Makefile
diff --git a/luatexbase-cctb.dtx b/luatexbase-cctb.dtx
index b782759..42a124e 100644
--- a/luatexbase-cctb.dtx
+++ b/luatexbase-cctb.dtx
@@ -423,7 +423,7 @@ end
\ifnum\catcode64=12 \else \ERROR \fi
%<testlatex>\documentclass{minimal}
\directlua{%
- tex.sprint('\string\\hbox{')
+ tex.sprint('\string\\setbox0=\string\\hbox{')
tex.sprint(luatextra.catcodetables.string, "\string\\undef # _^&")
tex.sprint('}')
}