summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-13 22:59:16 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-13 22:59:16 +0200
commitc4e4c76f9d55f33ddf28bed865658bf5b67d1706 (patch)
tree92ac04031466329c445deaf493c5040cbe6c3772
parent5dc362a7098d9ecd4bfd446b59d7e895107f6e5e (diff)
downloadluaotfload-c4e4c76f9d55f33ddf28bed865658bf5b67d1706.tar.gz
[build] include generated files in ctan zipball
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4e21d0f..c27ffd4 100644
--- a/Makefile
+++ b/Makefile
@@ -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)