summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreksperimental <eksperimental@users.noreply.github.com>2015-09-26 21:12:23 +0700
committereksperimental <eksperimental@users.noreply.github.com>2015-09-26 21:12:23 +0700
commitb8d57b4bb979c1f1b218402bec2436c59cf60d94 (patch)
tree35a84ad00bc8073fc02afc0348a4ac492e8bf732
parent6a6ac511a157ae34422d9a2ae07c711150cfd640 (diff)
downloadelixir-b8d57b4bb979c1f1b218402bec2436c59cf60d94.tar.gz
Add text Files to Docs.zip
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 123d4258b..bf32e4042 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ docs_logger: compile ../ex_doc/bin/ex_doc
Docs.zip: docs
rm -rf Docs-v$(VERSION).zip
- zip -9 -r Docs-v$(VERSION).zip doc
+ zip -9 -r Docs-v$(VERSION).zip CHANGELOG.md doc NOTICE LICENSE README.md
@ echo "Docs file created $(CURDIR)/Docs-v$(VERSION).zip"
Precompiled.zip: build_man compile