diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-17 08:05:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-17 08:05:39 +0000 |
commit | e39bfa8ff94ea2f06cb137dec81abb25091d0823 (patch) | |
tree | 227cb63aa94f0492766171b13b48940814c71873 /contrib | |
parent | 61756b58935fe4fc52472b3247920fe1f935da76 (diff) | |
download | tor-e39bfa8ff94ea2f06cb137dec81abb25091d0823.tar.gz tor-e39bfa8ff94ea2f06cb137dec81abb25091d0823.zip |
install the torify.1 man page too
svn:r1094
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 3e28d3207a..e53f5d7399 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,9 +1,9 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = tor-tsocks.conf +EXTRA_DIST = tor-tsocks.conf torify.1 conf_DATA = tor-tsocks.conf bin_SCRIPTS = torify -dist_man_MANS = torify.1 +man_MANS = torify.1 |