summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-30 15:38:15 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-30 15:38:15 -0400
commit2d3ddfd467036935bc983cd77b4ab1243ac58cb6 (patch)
treeed74e719e3d14857808a2dae5c5a08ebc35ed18d /Makefile
parent46f86e7076a1dec6717a959299a08289a5cc54ac (diff)
parentad92a90b02fdcea3846376747cedf8c81e5a2d22 (diff)
downloadchat-2d3ddfd467036935bc983cd77b4ab1243ac58cb6.tar.gz
chat-2d3ddfd467036935bc983cd77b4ab1243ac58cb6.tar.bz2
chat-2d3ddfd467036935bc983cd77b4ab1243ac58cb6.zip
Merge release branch 'release-1.0.0'
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)