diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-11 17:23:52 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-11 17:23:52 +0100 |
commit | 34918abf33f091050444ea42a63e43e0d9632da2 (patch) | |
tree | 484b2be400fe75e991e9c1e77b7f7e59ff7f06c9 /Makefile | |
parent | aea103a1f2d2604cd5ae6883e6e808930f7ccef4 (diff) | |
download | luatexbase-34918abf33f091050444ea42a63e43e0d9632da2.tar.gz |
attr is working now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ DO_MAKEINDEX = makeindex -s gind.ist $(subst .dtx,,$<) >/dev/null 2>&1 # Main targets definition all: $(GENERATED) -check: check-regs +check: check-regs check-attr doc: $(COMPILED) unpack: $(UNPACKED) ctan: check $(CTAN_ZIP) |