diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-10 07:05:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-10 07:05:20 +0000 |
commit | 98a27b07f95d7d1148a36f65630d285d369dd837 (patch) | |
tree | 25472a82d16e28505d1984dc241dddaec548829e /contrib | |
parent | 9deee4c60f9394b2e20f522a4d5774374be7220d (diff) | |
download | tor-98a27b07f95d7d1148a36f65630d285d369dd837.tar.gz tor-98a27b07f95d7d1148a36f65630d285d369dd837.zip |
and that means the os x package doesn't want them included
yet either.
svn:r6353
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 80db548700..989c8f320e 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -97,8 +97,8 @@ 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 +#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 |