diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 00:45:01 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 00:45:01 +0100 |
commit | 7578e441dd20847113adcb9aa5ff29477278f8a4 (patch) | |
tree | 941a67611c1c4603b8f08e354b2f5e7aea649d7b /Makefile | |
parent | ad8bcc3e4491d51e5ac37bf6ed7c7337a33c1fc3 (diff) | |
download | luatexbase-7578e441dd20847113adcb9aa5ff29477278f8a4.tar.gz |
Use loader in modutils.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ check-loader: $(UNPACKED_LOADER) luatex --interaction=batchmode test-loader-plain.tex >/dev/null lualatex --interaction=batchmode test-loader-latex.tex >/dev/null -check-modutils: $(UNPACKED_MODUTILS) +check-modutils: $(UNPACKED_MODUTILS) $(LOADER_RUN) luatex --interaction=batchmode test-modutils-plain.tex >/dev/null lualatex --interaction=batchmode test-modutils-latex.tex >/dev/null |