diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 00:14:13 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 00:14:13 +0100 |
commit | 8fce8f995b8eaebb5bf79813fd44296c61aac1c7 (patch) | |
tree | 12cbd4f36cd2d985fec7c44b4f4b73be424238c4 /Makefile | |
parent | 05400b0148d93a4d618680cf7283a1133712b649 (diff) | |
download | luatexbase-8fce8f995b8eaebb5bf79813fd44296c61aac1c7.tar.gz |
Additional tests for modutils.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ DO_MAKEINDEX = makeindex -s gind.ist $(subst .dtx,,$<) >/dev/null 2>&1 # Main targets definition all: $(GENERATED) -check: check-regs check-attr check-cctb check-load check-modutils +check: check-regs check-attr check-cctb check-loader check-modutils doc: $(COMPILED) unpack: $(UNPACKED) ctan: check $(CTAN_ZIP) |