summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-30 14:16:03 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-30 14:16:03 -0400
commit62f7dbb72f44ecfaf3527f506810df8dcac1f279 (patch)
tree21a59088271ce56628cf692abe102388592e8f8b /Makefile
parent0a9d93974f7f5ca4f8013d5f79faacc3446e7018 (diff)
downloadchat-62f7dbb72f44ecfaf3527f506810df8dcac1f279.tar.gz
chat-62f7dbb72f44ecfaf3527f506810df8dcac1f279.tar.bz2
chat-62f7dbb72f44ecfaf3527f506810df8dcac1f279.zip
Adding MIT compiled licence to build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4459da9dd..5cb5467f6 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ travis:
mkdir -p $(DIST_PATH)/api
cp -RL api/templates $(DIST_PATH)/api
- cp LICENSE.txt $(DIST_PATH)
+ cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH)
cp NOTICE.txt $(DIST_PATH)
cp README.md $(DIST_PATH)
@@ -261,7 +261,7 @@ dist: install
mkdir -p $(DIST_PATH)/api
cp -RL api/templates $(DIST_PATH)/api
- cp LICENSE.txt $(DIST_PATH)
+ cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH)
cp NOTICE.txt $(DIST_PATH)
cp README.md $(DIST_PATH)