summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-31 05:14:29 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-31 05:14:29 +0000
commit89bc7a5f0d3b79bb01791992bb8f830458d8af33 (patch)
tree5009e0ca769ae4aeaadc341d219da92e82c12a06
parent051c176219a79473204c04039e3df5fb1e14be1e (diff)
downloadtor-89bc7a5f0d3b79bb01791992bb8f830458d8af33.tar.gz
tor-89bc7a5f0d3b79bb01791992bb8f830458d8af33.zip
make the os x package handle the new location of docs, plus
include the needed img's. svn:r6280
-rw-r--r--contrib/osx/package.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index 7a520ff6d8..f59156852e 100644
--- a/contrib/osx/package.sh
+++ b/contrib/osx/package.sh
@@ -92,7 +92,10 @@ EOF
DOC=$BUILD_DIR/tor_resources/documents
mkdir $DOC
-cp doc/stylesheet.css doc/tor-doc-osx.html $DOC
+mkdir $DOC/howto
+cp doc/website/stylesheet.css doc/website/tor-doc-osx.html.* $DOC/howto
+mkdir $DOC/img
+cp doc/img/screenshot-osx* $DOC/img
cp AUTHORS $DOC/AUTHORS.txt
groff doc/tor.1.in -T ps -m man | pstopdf -i -o $DOC/tor-reference.pdf
groff doc/tor-resolve.1 -T ps -m man | pstopdf -i -o $DOC/tor-resolve.pdf