summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-01-21 21:50:53 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-01-21 21:50:53 +0100
commitc78802334fa9d9f26bea832294292db0469c759c (patch)
tree49b5ccaea5d30b2ef9da089c07d43688f22eb8eb /Makefile
parentb478c0786ed0c7fec9b8fb60b6df1704015afbc0 (diff)
downloadluatexbase-c78802334fa9d9f26bea832294292db0469c759c.tar.gz
Fix auto-check in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)