diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-21 19:04:47 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-21 19:04:47 +0200 |
commit | b8438d8d3c128128aa8b172b466f34478603d2c9 (patch) | |
tree | 515a611ba3de3ff0f68659a860936cfb2d641466 /Makefile | |
parent | 75aa1857395604c55dde548d91cc8452f47f3e5f (diff) | |
download | luatexbase-b8438d8d3c128128aa8b172b466f34478603d2c9.tar.gz |
fix Makefile and dtx macro
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ UNPACKED_MODUTILS = luatexbase-modutils.sty modutils.lua test-modutils.lua \ UNPACKED_COMPAT = luatexbase-compat.sty \ test-compat-plain.tex test-compat-latex.tex UNPACKED_BASE = luatexbase.sty test-base-plain.tex test-base-latex.tex -UNPACKED_LUATEX = luatex.sty test-luatex-plain.tex test-luatex-latex.tex +UNPACKED_LUATEX = luatex.sty test-luatex1.tex test-luatex2.tex \ + test-luatex3.tex test-luatex4.tex test-luatex5.tex UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS) $(UNPACKED_ATTR) $(UNPACKED_CCTB) \ $(UNPACKED_LOADER) $(UNPACKED_MODUTILS) $(UNPACKED_COMPAT) \ $(UNPACKED_BASE) $(UNPACKED_LUATEX) |