[flashproxy/master] Include GPL and Python license in CLIENT_DIST_DOC_FILES.

commit 013370bb587f8d03eb4700dc757ade358db5536b Author: David Fifield <david@bamsoftware.com> Date: Sat Nov 24 02:32:25 2012 -0800 Include GPL and Python license in CLIENT_DIST_DOC_FILES. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 5203922..fdf5832 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ VERSION = 0.8 CLIENT_BIN = flashproxy-client flashproxy-reg-email flashproxy-reg-http CLIENT_MAN = doc/flashproxy-client.1 doc/flashproxy-reg-email.1 doc/flashproxy-reg-http.1 CLIENT_DIST_FILES = $(CLIENT_BIN) README LICENSE torrc -CLIENT_DIST_DOC_FILES = $(CLIENT_MAN) +CLIENT_DIST_DOC_FILES = $(CLIENT_MAN) doc/LICENSE.GPL doc/LICENSE.PYTHON all: $(CLIENT_DIST_FILES) $(CLIENT_MAN) :
participants (1)
-
dcf@torproject.org