summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-03 01:41:05 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-03 01:41:05 -0700
commitba3964b291fed14960e27f247d416bebe8f7bfd9 (patch)
treead9ef2c9900f676e98749811ffac93462a90b1d8 /Makefile
parentb0a7f8ee1bcbc0fc5eb02717e0f879738137c815 (diff)
downloadchat-ba3964b291fed14960e27f247d416bebe8f7bfd9.tar.gz
chat-ba3964b291fed14960e27f247d416bebe8f7bfd9.tar.bz2
chat-ba3964b291fed14960e27f247d416bebe8f7bfd9.zip
Fixing Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c05079388..e1a2ae47a 100644
--- a/Makefile
+++ b/Makefile
@@ -226,8 +226,6 @@ dist: install
mkdir -p $(DIST_PATH)/api
cp -RL api/templates $(DIST_PATH)/api
- cp APACHE-2.0.txt $(DIST_PATH)
- cp GNU-AGPL-3.0.txt $(DIST_PATH)
cp LICENSE.txt $(DIST_PATH)
cp NOTICE.txt $(DIST_PATH)
cp README.md $(DIST_PATH)