commit 1d153ed13d00975ac6c79f933b89977a508bc514 Author: David Goulet dgoulet@ev0ke.net Date: Sat Aug 24 16:02:09 2013 -0400
Fix: typo in man Makefile
Signed-off-by: David Goulet dgoulet@ev0ke.net --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5d8783f..37efd94 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,7 +3,7 @@ confdir = $(CONFDIR)/tor dist_conf_DATA = torsocks.conf
dist_man1_MANS = torsocks.1 -dist_man3_MANS = torsocks.conf.5 +dist_man5_MANS = torsocks.conf.5 dist_man8_MANS = torsocks.8
dist_data_DATA = socks/SOCKS5 socks/socks-extensions.txt notes/DEBUG
tor-commits@lists.torproject.org