summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-31 05:16:27 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-31 05:16:27 +0000
commit6e61612f2abb83ed28cd9258877edd0e33f6197e (patch)
treed6884e5f352ae4d52450c89e847d2c25adce9f72 /contrib
parent89bc7a5f0d3b79bb01791992bb8f830458d8af33 (diff)
downloadtor-6e61612f2abb83ed28cd9258877edd0e33f6197e.tar.gz
tor-6e61612f2abb83ed28cd9258877edd0e33f6197e.zip
hey, let's include instructions on servers, hidden services,
and switchproxy, while we're at it. svn:r6281
Diffstat (limited to 'contrib')
-rw-r--r--contrib/osx/package.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index f59156852e..80db548700 100644
--- a/contrib/osx/package.sh
+++ b/contrib/osx/package.sh
@@ -94,6 +94,9 @@ DOC=$BUILD_DIR/tor_resources/documents
mkdir $DOC
mkdir $DOC/howto
cp doc/website/stylesheet.css doc/website/tor-doc-osx.html.* $DOC/howto
+cp doc/website/tor-doc-server.html.* $DOC/howto
+cp doc/website/tor-hidden-service.html.* $DOC/howto
+cp doc/website/tor-switchproxy.html.* $DOC/howto
mkdir $DOC/img
cp doc/img/screenshot-osx* $DOC/img
cp AUTHORS $DOC/AUTHORS.txt