From 51ab89630a0409dbbafa5d9287d59f1df8e55170 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 9 Jan 2015 23:49:26 +0000 Subject: [PATCH] LICENSE-3rd-party.txt no longer distributed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d55486fe..909de294 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ dist : reallyclean set -e; for d in ${DISTDIRS}; do $(MAKE) -C $${d} dist; done mkdir -p dist/mosquitto-${VERSION} - cp -r client examples installer lib logo man misc security service src test ChangeLog.txt CMakeLists.txt LICENSE.txt LICENSE-3rd-party.txt Makefile compiling.txt config.h config.mk readme.txt readme-windows.txt mosquitto.conf aclfile.example pskfile.example pwfile.example dist/mosquitto-${VERSION}/ + cp -r client examples installer lib logo man misc security service src test ChangeLog.txt CMakeLists.txt LICENSE.txt Makefile compiling.txt config.h config.mk readme.txt readme-windows.txt mosquitto.conf aclfile.example pskfile.example pwfile.example dist/mosquitto-${VERSION}/ cd dist; tar -zcf mosquitto-${VERSION}.tar.gz mosquitto-${VERSION}/ set -e; for m in man/*.xml; \ do \