From 6e61612f2abb83ed28cd9258877edd0e33f6197e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 31 Mar 2006 05:16:27 +0000 Subject: [PATCH] hey, let's include instructions on servers, hidden services, and switchproxy, while we're at it. svn:r6281 --- contrib/osx/package.sh | 3 +++ 1 file changed, 3 insertions(+) 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