summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-20 10:38:13 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-20 10:38:13 +0500
commit547ad113c171ba9d2e3d7fc536b3184440b52303 (patch)
treec7afbb4684d63516e68b47b4a2a8fd8c52d813b2 /Makefile
parent2b69cf31aea40d12690e97ce3981e3bd955f501b (diff)
parent1acd38b7b19521d06d274c42c00ce7072cd92196 (diff)
downloadchat-547ad113c171ba9d2e3d7fc536b3184440b52303.tar.gz
chat-547ad113c171ba9d2e3d7fc536b3184440b52303.tar.bz2
chat-547ad113c171ba9d2e3d7fc536b3184440b52303.zip
Merge branch 'master' of https://github.com/mattermost/platform into ui-improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3f5cd7f83..31c43f6ac 100644
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,7 @@ package:
mkdir -p $(DIST_PATH)/api
cp -RL api/templates $(DIST_PATH)/api
+ cp -RL i18n $(DIST_PATH)
cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH)
cp NOTICE.txt $(DIST_PATH)