diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-05 22:40:32 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-05 22:40:32 +0200 |
commit | 92672ed1f12f18abb2d5032aec1cd822f572231d (patch) | |
tree | b3900b0677452bb511b2aad651a6cb6689b46bc1 /Makefile | |
parent | ef6af789a413b5533359c5983f0f716a5894e721 (diff) | |
download | lualibs-92672ed1f12f18abb2d5032aec1cd822f572231d.tar.gz |
Makefile: include lualibs.lua in CTAN rule
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |