summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 17:23:52 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 17:23:52 +0100
commit34918abf33f091050444ea42a63e43e0d9632da2 (patch)
tree484b2be400fe75e991e9c1e77b7f7e59ff7f06c9 /Makefile
parentaea103a1f2d2604cd5ae6883e6e808930f7ccef4 (diff)
downloadluatexbase-34918abf33f091050444ea42a63e43e0d9632da2.tar.gz
attr is working now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6206fec..98f31be 100644
--- a/Makefile
+++ b/Makefile
@@ -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)