From c78802334fa9d9f26bea832294292db0469c759c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 21 Jan 2010 21:50:53 +0100 Subject: Fix auto-check in Makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 697be14..8b5b829 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,8 @@ all: $(GENERATED) check: check-regs doc: $(COMPILED) unpack: $(UNPACKED) -ctan: $(CTAN_ZIP) -tds: check $(TDS_ZIP) Makefile +ctan: check $(CTAN_ZIP) +tds: $(TDS_ZIP) Makefile world: all ctan %.pdf: %.dtx $(DTXSTY) -- cgit v1.2.3