From df671e09cce3dffa2fa450f2af16f384c8267e4e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 10 Nov 2004 04:06:24 +0000 Subject: [PATCH] don't install tor-control.py, just ship it svn:r2784 --- contrib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 278671d261..58af623457 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -4,6 +4,6 @@ EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py conf_DATA = tor-tsocks.conf -bin_SCRIPTS = torify tor-control.py +bin_SCRIPTS = torify man_MANS = torify.1 -- 2.47.3