Don't build the Tor manpages

svn:r22437
This commit is contained in:
Sebastian Hahn 2010-05-28 16:47:45 +00:00
parent 7339e70bba
commit 783709eace
1 changed files with 1 additions and 1 deletions

2
BUILD
View File

@ -90,7 +90,7 @@ Fetch and build Tor:
./autogen.sh
CC=droid-gcc LD=droid-ld ./configure --host=arm-none-linux-gnueabi \
--with-libevent-dir=$LIBEVENTDIR --with-openssl-dir=$OPENSSLDIR \
--with-zlib-dir=$ZLIBDIR
--with-zlib-dir=$ZLIBDIR --disable-asciidoc
make
At this point, you'll have a Tor binary that can be run on an Android handset.