diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 07:56:18 +0200 | 
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 07:56:18 +0200 | 
| commit | 434eb110c7c931412fe05514fba76f0f652e4771 (patch) | |
| tree | 841d23d3e9bef01cb487414f10c6a7e15db5ca52 /Makefile | |
| parent | eb134863bdb0bf6dc0cca35584e405e7ca69e68b (diff) | |
| download | luatexbase-434eb110c7c931412fe05514fba76f0f652e4771.tar.gz | |
Fix loader.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ UNPACKED_ATTR = luatexbase-attr.sty attr.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 +				test-loader-plain.tex test-loader-latex.tex \ +				test-loader.lua test-loader.sub.lua  UNPACKED_MODUTILS = $(MOD_RUN) test-modutils.lua \  				test-modutils-plain.tex test-modutils-latex.tex  UNPACKED_COMPAT = $(COMPAT_RUN) \  | 
