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

dcf at torproject.org dcf at torproject.org
Mon Dec 3 00:57:51 UTC 2012


commit 013370bb587f8d03eb4700dc757ade358db5536b
Author: David Fifield <david at 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)
 	:





More information about the tor-commits mailing list