diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-13 22:59:16 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-13 22:59:16 +0200 |
commit | c4e4c76f9d55f33ddf28bed865658bf5b67d1706 (patch) | |
tree | 92ac04031466329c445deaf493c5040cbe6c3772 /Makefile | |
parent | 5dc362a7098d9ecd4bfd446b59d7e895107f6e5e (diff) | |
download | luaotfload-c4e4c76f9d55f33ddf28bed865658bf5b67d1706.tar.gz |
[build] include generated files in ctan zipball
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -124,10 +124,10 @@ $(BUILDDIR): /dev/null define make-ctandir @$(RM) -rf $(DISTDIR) -@mkdir -p $(DISTDIR) && cp $(VGND) $(CONFDEMO) $(SOURCE) $(COMPILED) $(DISTDIR) +@mkdir -p $(DISTDIR) && cp $(RESOURCES) $(DOCPDF) $(VGND) $(CONFDEMO) $(SOURCE) $(DISTDIR) endef -$(CTAN_ZIP): $(DOCS) $(SOURCE) $(COMPILED) $(TDS_ZIP) +$(CTAN_ZIP): $(DOCS) $(SOURCE) $(TDS_ZIP) @echo "Making $@ for CTAN upload." @$(RM) -- $@ $(make-ctandir) |