summaryrefslogtreecommitdiff
path: root/Makefile
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
commit807127b058069e94f84a7efda86ca60bebcb43a9 (patch)
tree35a84ad00bc8073fc02afc0348a4ac492e8bf732 /Makefile
parente58d23e9bfa779ee51d645491700cc27799337da (diff)
downloadelixir-807127b058069e94f84a7efda86ca60bebcb43a9.tar.gz
Add text Files to Docs.zip
Diffstat (limited to 'Makefile')
-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