summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-05 22:40:32 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-05 22:40:32 +0200
commit92672ed1f12f18abb2d5032aec1cd822f572231d (patch)
treeb3900b0677452bb511b2aad651a6cb6689b46bc1
parentef6af789a413b5533359c5983f0f716a5894e721 (diff)
downloadlualibs-92672ed1f12f18abb2d5032aec1cd822f572231d.tar.gz
Makefile: include lualibs.lua in CTAN rule
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3d2e22..70244f1 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ world: all ctan
$(UNPACKED): lualibs.dtx
$(DO_TEX)
-$(CTAN_ZIP): $(SOURCE) $(COMPILED) $(TDS_ZIP)
+$(CTAN_ZIP): $(SOURCE) $(COMPILED) $(GENERATED) $(TDS_ZIP)
@echo "Making $@ for CTAN upload."
@$(RM) -- $@
@zip -9 $@ $^ >/dev/null